Bump cachix/cachix-action from v6 to v7
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from v6 to v7. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v6...e689c31e6e563e2ebb55fd6ff48b8337c64a54d1) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
324aa50c55
commit
fc7db2f2f7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
- name: Show nixpkgs version
|
||||
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
|
||||
- name: Setup cachix
|
||||
uses: cachix/cachix-action@v6
|
||||
uses: cachix/cachix-action@v7
|
||||
if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
|
||||
with:
|
||||
name: ${{ matrix.cachixName }}
|
||||
|
|
Loading…
Reference in a new issue