We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c6d09a commit ff24dbbCopy full SHA for ff24dbb
.github/workflows/unit-tests.yml
@@ -28,7 +28,6 @@ jobs:
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 }}-
32
33
- uses: jdx/mise-action@v3
34
with:
0 commit comments