Skip to content

Commit

Permalink
Bump cachix/install-nix-action from 25 to 27
Browse files Browse the repository at this point in the history
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 25 to 27.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v25...V27)

---
updated-dependencies:
- dependency-name: cachix/install-nix-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 20, 2024
1 parent 7c2f768 commit 6c212ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@V27
- run: nix-build -A hydraJobs.release
ubuntu:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@V27
- name: Build tarballs
run: |
nix build -L .#hydraJobs.tarball
Expand All @@ -31,7 +31,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: cachix/install-nix-action@v25
- uses: cachix/install-nix-action@V27
- name: Build windows executable
run: |
nix build -L .#patchelf-win32 .#patchelf-win64
Expand Down

0 comments on commit 6c212ed

Please sign in to comment.