Skip to content

Commit

Permalink
build(deps): bump nix-community/cache-nix-action (#3135)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 17, 2024
1 parent f5fca59 commit a8165a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-nix/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
with:
nix_version: '2.13.6'
- name: Restore and cache Nix store
uses: nix-community/cache-nix-action@v4.0.3
uses: nix-community/cache-nix-action@v5.0.1
with:
key: cache-nix-${{ runner.os }}-id-${{ inputs.cache-id }}-${{ hashFiles('nix/**/*.nix', '.github/actions/setup-nix/*') }}
restore-keys: |
Expand Down

0 comments on commit a8165a8

Please sign in to comment.