Skip to content

Commit 34babdf

Browse files
chore(actions): update actions/cache action to v5
1 parent 983fb91 commit 34babdf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/merge-master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
go-version-file: 'go.mod'
6363

6464
- name: Cache Go modules
65-
uses: actions/cache@v4
65+
uses: actions/cache@v5
6666
with:
6767
path: |
6868
~/.cache/go-build

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
go-version-file: 'go.mod'
4343

4444
- name: Cache Go modules
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
with:
4747
path: |
4848
~/.cache/go-build

0 commit comments

Comments
 (0)