We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48d3aaf commit 7c193f1Copy full SHA for 7c193f1
.github/workflows/unit-tests.yml
@@ -27,8 +27,8 @@ 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') }}
31
- cache-${{ runner.os }}-${{ runner.arch }}
+ cache-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('mise.lock') }}-
+ cache-${{ runner.os }}-${{ runner.arch }}-
32
33
- uses: jdx/mise-action@v3
34
with:
0 commit comments