We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab64ce2 commit 727d9ecCopy full SHA for 727d9ec
1 file changed
.github/workflows/maven.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
- name: Install Nix with cached packages
20
- uses: rikhuijzer/cache-install@v1.1.1
+ uses: rikhuijzer/cache-install@v.1.1.3
21
with:
22
key: nix-${{ hashFiles('.github/workflows/maven.yml', 'default.nix', 'nix/**') }}
23
nix_file: nix/github-workflow-dependencies.nix
0 commit comments