chore(deps): update nix-community/cache-nix-action action to v5.2.1

This commit is contained in:
renovate[bot] 2024-07-03 06:30:06 +00:00 committed by GitHub
parent f43c09b05d
commit 74ea6773b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -74,7 +74,7 @@ jobs:
cachix use nix-community cachix use nix-community
- name: Restore and cache Nix store - name: Restore and cache Nix store
uses: nix-community/cache-nix-action@v5.1.0 uses: nix-community/cache-nix-action@v5.2.1
with: with:
# restore and save a cache using this key # restore and save a cache using this key
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/.lock') }} primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/.lock') }}
@ -199,7 +199,7 @@ jobs:
cachix use nix-community cachix use nix-community
- name: Restore and cache Nix store - name: Restore and cache Nix store
uses: nix-community/cache-nix-action@v5.1.0 uses: nix-community/cache-nix-action@v5.2.1
with: with:
# restore and save a cache using this key # restore and save a cache using this key
primary-key: nix-${{ runner.os }}-${{ matrix.target }}-${{ hashFiles('**/*.nix', '**/.lock') }} primary-key: nix-${{ runner.os }}-${{ matrix.target }}-${{ hashFiles('**/*.nix', '**/.lock') }}

View file

@ -60,7 +60,7 @@ jobs:
cachix use nix-community cachix use nix-community
- name: Restore and cache Nix store - name: Restore and cache Nix store
uses: nix-community/cache-nix-action@v5.1.0 uses: nix-community/cache-nix-action@v5.2.1
with: with:
# restore and save a cache using this key # restore and save a cache using this key
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/.lock') }} primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/.lock') }}