Skip to content

Commit 36b423d

Browse files
authored
Merge pull request #112 from VariantSync/update-CI-cache-action
Upgrade the CI cache
2 parents ab64ce2 + 727d9ec commit 36b423d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Install Nix with cached packages
20-
uses: rikhuijzer/cache-install@v1.1.1
20+
uses: rikhuijzer/cache-install@v.1.1.3
2121
with:
2222
key: nix-${{ hashFiles('.github/workflows/maven.yml', 'default.nix', 'nix/**') }}
2323
nix_file: nix/github-workflow-dependencies.nix

0 commit comments

Comments
 (0)