We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 045f66f commit 6c97651Copy full SHA for 6c97651
1 file changed
.github/workflows/maven.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
find / -xdev -path /nix/store -prune -o -not -path ~/files-before-nix-installation -not -path ~/files-after-nix-installation -print | sort > ~/files-before-nix-installation
23
- name: Install Nix with cached packages
24
- uses: ibbem/cache-install@a47c89d4fbfdf64902ff75991fb1d37de96917f7
+ uses: ibbem/cache-install@bbee4fdda9adcd24ca60a9c4f98ec0e5b918e501
25
with:
26
key: nix-${{ hashFiles('.github/workflows/maven.yml', 'default.nix', 'nix/**', 'pom.xml', 'local-maven-repo') }}
27
nix_file: nix/github-workflow-dependencies.nix
0 commit comments