We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07756a1 commit 8f3dca5Copy full SHA for 8f3dca5
1 file changed
.github/workflows/maven.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v4
20
- name: Install Nix with cached packages
21
- uses: rikhuijzer/cache-install@v1.1.4
+ uses: ibbem/cache-install@351a9c03d8d6c28264e348d0df6b6e4b136a07ab
22
with:
23
key: nix-${{ hashFiles('.github/workflows/maven.yml', 'default.nix', 'nix/**', 'pom.xml', 'local-maven-repo') }}
24
nix_file: nix/github-workflow-dependencies.nix
0 commit comments