Skip to content

Commit df7f425

Browse files
committed
Bump GH cache action
Signed-off-by: David Cassany <dcassany@suse.com>
1 parent bcad240 commit df7f425

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
1515
with:
1616
go-version-file: go.mod
17-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
17+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
1818
with:
1919
path: |
2020
~/go/pkg/mod

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
1717
with:
1818
go-version-file: go.mod
19-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
19+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
2020
with:
2121
path: |
2222
~/go/pkg/mod

.github/workflows/verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6
1414
with:
1515
go-version-file: go.mod
16-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
16+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
1717
with:
1818
path: |
1919
~/go/pkg/mod

0 commit comments

Comments
 (0)