Skip to content

Commit

Permalink
chore(deps): update nix-community/cache-nix-action action to v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 29c715a commit de408a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- uses: nixbuild/nix-quick-install-action@master

- 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') }}
Expand Down Expand Up @@ -237,7 +237,7 @@ jobs:
- uses: nixbuild/nix-quick-install-action@master

- 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') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: nixbuild/nix-quick-install-action@master

- 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') }}
Expand Down

0 comments on commit de408a6

Please sign in to comment.