Skip to content

Commit 7edbb11

Browse files
Merge pull request #7 from Gentleelephant/temp-para
chore(ci): update actions/cache from v2 to v4
2 parents b3ce618 + 7b9b676 commit 7edbb11

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
go-version: 1.20.x
3333

34-
- uses: actions/cache@v2
34+
- uses: actions/cache@v4
3535
with:
3636
path: ~/go/pkg/mod
3737
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)