Skip to content

Commit 8802632

Browse files
committed
ci(deps): bump actions/cache from 4 to 5
1 parent 49fcc18 commit 8802632

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version-file: 'go.mod'
2525

2626
- name: Cache Go modules
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
with:
2929
path: |
3030
~/.cache/go-build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version-file: 'go.mod'
2626

2727
- name: Cache Go modules
28-
uses: actions/cache@v4
28+
uses: actions/cache@v5
2929
with:
3030
path: |
3131
~/.cache/go-build

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
go-version-file: 'go.mod'
2020

2121
- name: Cache Go modules
22-
uses: actions/cache@v4
22+
uses: actions/cache@v5
2323
with:
2424
path: |
2525
~/.cache/go-build
@@ -79,7 +79,7 @@ jobs:
7979
go-version-file: 'go.mod'
8080

8181
- name: Cache Go modules
82-
uses: actions/cache@v4
82+
uses: actions/cache@v5
8383
with:
8484
path: |
8585
~/.cache/go-build

0 commit comments

Comments
 (0)