Skip to content

Commit a6e4dcf

Browse files
Bump actions/cache from 4 to 5 (#497)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...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 a0bfe22 commit a6e4dcf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/acceptance-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
go-version-file: 'go.mod'
3838
cache: true
3939
id: go
40-
- uses: actions/cache@v4
40+
- uses: actions/cache@v5
4141
continue-on-error: true
4242
timeout-minutes: 2
4343
with:
@@ -88,7 +88,7 @@ jobs:
8888
go-version-file: 'go.mod'
8989
cache: true
9090
id: go
91-
- uses: actions/cache@v4
91+
- uses: actions/cache@v5
9292
continue-on-error: true
9393
timeout-minutes: 2
9494
with:

.github/workflows/code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
go-version-file: 'go.mod'
4444
cache: false
4545
id: go
46-
- uses: actions/cache@v4
46+
- uses: actions/cache@v5
4747
continue-on-error: true
4848
timeout-minutes: 2
4949
with:

.github/workflows/unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
go-version-file: 'go.mod'
4545
cache: true
4646
id: go
47-
- uses: actions/cache@v4
47+
- uses: actions/cache@v5
4848
continue-on-error: true
4949
timeout-minutes: 2
5050
with:
@@ -94,7 +94,7 @@ jobs:
9494
go-version-file: 'go.mod'
9595
cache: true
9696
id: go
97-
- uses: actions/cache@v4
97+
- uses: actions/cache@v5
9898
continue-on-error: true
9999
timeout-minutes: 2
100100
with:

0 commit comments

Comments
 (0)