Skip to content

Commit

Permalink
Bump cachix/install-nix-action from 26 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 26 to 27.
- [Release notes](https://github.com/cachix/install-nix-action/releases)
- [Commits](cachix/install-nix-action@v26...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] authored May 20, 2024
1 parent 17ae2aa commit 770ec74
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.TOKEN }}
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@V27
- run: nix develop .#git-create-pr -c git-create-pr
2 changes: 1 addition & 1 deletion .github/workflows/lint-on-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@V27
- run: nix flake check
2 changes: 1 addition & 1 deletion .github/workflows/new-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.TOKEN }}
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@V27
- run: nix develop .#new-release -c new-release
2 changes: 1 addition & 1 deletion .github/workflows/nix-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ secrets.TOKEN }}
- uses: cachix/install-nix-action@v26
- uses: cachix/install-nix-action@V27
- run: nix develop .#nix-update -c nix-update

0 comments on commit 770ec74

Please sign in to comment.