Skip to content

Commit 5e51233

Browse files
Bump actions/cache from 3 to 5 (#319)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8d1c4b0 commit 5e51233

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: go mod pakcage cache
30-
uses: actions/cache@v3
30+
uses: actions/cache@v5
3131
with:
3232
path: ~/go/pkg/mod
3333
key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('tests/go.mod') }}
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/checkout@v4
7171

7272
- name: go mod pakcage cache
73-
uses: actions/cache@v3
73+
uses: actions/cache@v5
7474
with:
7575
path: ~/go/pkg/mod
7676
key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('tests/go.mod') }}
@@ -114,7 +114,7 @@ jobs:
114114

115115

116116
- name: go mod pakcage cache
117-
uses: actions/cache@v3
117+
uses: actions/cache@v5
118118
with:
119119
path: ~/go/pkg/mod
120120
key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('tests/go.mod') }}
@@ -157,7 +157,7 @@ jobs:
157157
uses: actions/checkout@v4
158158

159159
- name: go mod pakcage cache
160-
uses: actions/cache@v3
160+
uses: actions/cache@v5
161161
with:
162162
path: ~/go/pkg/mod
163163
key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('tests/go.mod') }}
@@ -198,7 +198,7 @@ jobs:
198198
uses: actions/checkout@v4
199199

200200
- name: go mod pakcage cache
201-
uses: actions/cache@v3
201+
uses: actions/cache@v5
202202
with:
203203
path: ~/go/pkg/mod
204204
key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('tests/go.mod') }}

0 commit comments

Comments
 (0)