Skip to content

Commit 9952e2f

Browse files
Update actions/cache digest
1 parent e908a50 commit 9952e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
${{ runner.os }}-go-
2626
2727
- name: Cache Go build cache
28-
uses: actions/cache@85e6279cec87321a52edac9c87bce653a07cf6c2
28+
uses: actions/cache@9fa7e61ec7e1f44ac75218e7aaea81da8856fd11
2929
with:
3030
path: ~/go/pkg/mod/cache
3131
key: ${{ runner.os }}-build-${{ hashFiles('**/go.sum') }}-${{ github.run_id }}

0 commit comments

Comments
 (0)