Merge pull request #33 from nix-community/dependabot/github_actions/cachix/cachix-action-v8

Bump cachix/cachix-action from v7 to v8
This commit is contained in:
Jörg Thalheim 2020-11-16 08:35:53 +01:00 committed by GitHub
commit e2e078f389
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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@v7
uses: cachix/cachix-action@v8
if: ${{ matrix.cachixName != '<YOUR_CACHIX_NAME>' }}
with:
name: ${{ matrix.cachixName }}