Skip to content

Commit bc169eb

Browse files
build(deps): bump actions/cache from 3 to 4 (#4329)
1 parent 3ff4163 commit bc169eb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
go-version: ${{ env.GO_VERSION }}
2828

2929
- name: Cache Go modules
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
with:
3232
# In order:
3333
# * Module download cache

.github/workflows/pr-documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: ${{ env.GO_VERSION }}
2626

2727
- name: Cache Go modules
28-
uses: actions/cache@v3
28+
uses: actions/cache@v4
2929
with:
3030
# In order:
3131
# * Module download cache

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# - 1.18beta1 -> 1.18.0-beta.1
101101
# - 1.18rc1 -> 1.18.0-rc.1
102102
go-version: ${{ matrix.golang }}
103-
- uses: actions/cache@v3
103+
- uses: actions/cache@v4
104104
with:
105105
path: ~/go/pkg/mod
106106
key: ${{ runner.os }}-go-${{ matrix.golang }}-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)