Skip to content

Commit

Permalink
Bump cachix/install-nix-action from 20 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 20 to 27.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v20...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 Jul 7, 2024
1 parent 2d475ec commit 2c15a87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install nixFlake
uses: cachix/install-nix-action@v20
uses: cachix/install-nix-action@V27
with:
install_url: https://github.com/numtide/nix-unstable-installer/releases/latest/download/install
extra_nix_config: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Nix Flakes doesn't work on shallow clones
fetch-depth: 0
- name: Install nixFlake
uses: cachix/install-nix-action@v20
uses: cachix/install-nix-action@V27
with:
install_url: https://github.com/numtide/nix-unstable-installer/releases/latest/download/install
extra_nix_config: |
Expand Down

0 comments on commit 2c15a87

Please sign in to comment.