Skip to content

Commit 6c97651

Browse files
committed
fix
1 parent 045f66f commit 6c97651

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
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
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
2323
- name: Install Nix with cached packages
24-
uses: ibbem/cache-install@a47c89d4fbfdf64902ff75991fb1d37de96917f7
24+
uses: ibbem/cache-install@bbee4fdda9adcd24ca60a9c4f98ec0e5b918e501
2525
with:
2626
key: nix-${{ hashFiles('.github/workflows/maven.yml', 'default.nix', 'nix/**', 'pom.xml', 'local-maven-repo') }}
2727
nix_file: nix/github-workflow-dependencies.nix

0 commit comments

Comments
 (0)