Skip to content

Commit 8176f8a

Browse files
build(deps): bump cachix/cachix-action from 15 to 16
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 15 to 16. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](cachix/cachix-action@v15...v16) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7681158 commit 8176f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Show nixpkgs version
5757
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
5858
- name: Setup cachix
59-
uses: cachix/cachix-action@v15
59+
uses: cachix/cachix-action@v16
6060
# Don't replace <YOUR_CACHIX_NAME> here!
6161
if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
6262
with:

0 commit comments

Comments
 (0)