Skip to content

Commit 48d3aaf

Browse files
committed
fix hashFiles cache restore key
1 parent 8bcca18 commit 48d3aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
~/go/pkg/mod
2828
key: cache-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('mise.lock') }}-${{ hashFiles('tools/tools.conf', '**/go.sum') }}
2929
restore-keys: |
30-
cache-${{ runner.os }}-${{ runner.arch }}-${ hashFiles('mise.lock') }}
30+
cache-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('mise.lock') }}
3131
cache-${{ runner.os }}-${{ runner.arch }}
3232
3333
- uses: jdx/mise-action@v3

0 commit comments

Comments
 (0)