Skip to content

Commit

Permalink
chore: bump cachix/cachix-action from 13 to 14
Browse files Browse the repository at this point in the history
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 13 to 14.
- [Release notes](https://github.com/cachix/cachix-action/releases)
- [Commits](cachix/cachix-action@v13...v14)

---
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 Jan 15, 2024
1 parent 9304c39 commit 15eaa96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
path: /nix
key: nix-build-${{ matrix.platform }}-${{ hashFiles('**/*.nix') }}

- uses: cachix/cachix-action@v13
- uses: cachix/cachix-action@v14
with:
name: hasura-storage
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
path: /nix
key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix') }}

- uses: cachix/cachix-action@v13
- uses: cachix/cachix-action@v14
with:
name: hasura-storage
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
Expand Down

0 comments on commit 15eaa96

Please sign in to comment.