Skip to content

Commit

Permalink
Merge pull request #112 from VariantSync/update-CI-cache-action
Browse files Browse the repository at this point in the history
Upgrade the CI cache
  • Loading branch information
pmbittner authored Jan 25, 2024
2 parents ab64ce2 + 727d9ec commit 36b423d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Nix with cached packages
uses: rikhuijzer/cache-install@v1.1.1
uses: rikhuijzer/cache-install@v.1.1.3
with:
key: nix-${{ hashFiles('.github/workflows/maven.yml', 'default.nix', 'nix/**') }}
nix_file: nix/github-workflow-dependencies.nix
Expand Down

0 comments on commit 36b423d

Please sign in to comment.