Skip to content

Commit

Permalink
Bump cachix/cachix-action from 12 to 15
Browse files Browse the repository at this point in the history
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 12 to 15.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](cachix/cachix-action@v12...v15)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent 0bff221 commit bc2d258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
uses: actions/checkout@v3
- name: install nix
uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
with:
name: opensource
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand All @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3
- name: install nix
uses: cachix/install-nix-action@v20
- uses: cachix/cachix-action@v12
- uses: cachix/cachix-action@v15
with:
name: opensource
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
Expand Down

0 comments on commit bc2d258

Please sign in to comment.