Update nix-community/cache-nix-action action to v5.2.1

This commit is contained in:
renovate[bot]
2024-07-03 09:04:17 +00:00
committed by GitHub
parent 5edd391e83
commit c02d77207c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -74,7 +74,7 @@ jobs:
cachix use nix-community
- 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:
# restore and save a cache using this key
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/.lock') }}
@@ -199,7 +199,7 @@ jobs:
cachix use nix-community
- 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:
# restore and save a cache using this key
primary-key: nix-${{ runner.os }}-${{ matrix.target }}-${{ hashFiles('**/*.nix', '**/.lock') }}
+1 -1
View File
@@ -60,7 +60,7 @@ jobs:
cachix use nix-community
- 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:
# restore and save a cache using this key
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/.lock') }}