Skip to content

Commit 5e58004

Browse files
chore(deps-dev): update actions/cache action to v4.2.4
1 parent 982d103 commit 5e58004

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
go-version: 1.20.x
1818
- name: Restore Go cache
19-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
19+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2020
with:
2121
path: ~/go/pkg/mod
2222
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/pr-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version: 1.20.x
2222
- name: Restore Go cache
23-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
23+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
2424
with:
2525
path: ~/go/pkg/mod
2626
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)