mirror of https://github.com/materusPL/Nixerus.git
Merge pull request #13 from materusPL/dependabot/github_actions/cachix/cachix-action-15
build(deps): bump cachix/cachix-action from 14 to 15
This commit is contained in:
commit
16e7cbac50
|
@ -50,7 +50,7 @@ jobs:
|
|||
- name: Show nixpkgs version
|
||||
run: nix-instantiate --eval -E '(import <nixpkgs> {}).lib.version'
|
||||
- name: Setup cachix
|
||||
uses: cachix/cachix-action@v14
|
||||
uses: cachix/cachix-action@v15
|
||||
# Don't replace <YOUR_CACHIX_NAME> here!
|
||||
if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue