Skip to content

Commit

Permalink
🤖 Update actions/cache action to v3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent 9e40e00 commit 094d45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/default/.github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Cache Nix artifacts
uses: actions/cache@v3.3.1
uses: actions/cache@v3.3.3
with:
key: "${{ runner.os }}-nix-${{
hashfiles('flake.lock', 'flake.nix', 'pre-commit.nix') }}"
Expand Down

0 comments on commit 094d45a

Please sign in to comment.