Skip to content

Commit 727d9ec

Browse files
committed
Upgrade the CI cache
This reduces CI runtime because the cache didn't work correctly before.
1 parent ab64ce2 commit 727d9ec

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)