We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bcca18 commit 48d3aafCopy full SHA for 48d3aaf
.github/workflows/unit-tests.yml
@@ -27,7 +27,7 @@ jobs:
27
~/go/pkg/mod
28
key: cache-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('mise.lock') }}-${{ hashFiles('tools/tools.conf', '**/go.sum') }}
29
restore-keys: |
30
- cache-${{ runner.os }}-${{ runner.arch }}-${ hashFiles('mise.lock') }}
+ cache-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('mise.lock') }}
31
cache-${{ runner.os }}-${{ runner.arch }}
32
33
- uses: jdx/mise-action@v3
0 commit comments