Skip to content

Commit 1020fc4

Browse files
committed
add mise.lock to hashfiles too
1 parent 1800c92 commit 1020fc4

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
@@ -25,7 +25,7 @@ jobs:
2525
.cache/tools
2626
~/.cache/go-build
2727
~/go/pkg/mod
28-
key: ${{ runner.os }}-${{ runner.arch }}-cache-${{ hashFiles('tools/tools.conf', '**/go.sum') }}
28+
key: ${{ runner.os }}-${{ runner.arch }}-cache-${{ hashFiles('tools/tools.conf', 'mise.lock', '**/go.sum') }}
2929
restore-keys: |
3030
${{ runner.os }}-${{ runner.arch }}-cache-
3131

0 commit comments

Comments
 (0)