Skip to content

Commit 80daf21

Browse files
Bump actions/cache from 4 to 5
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>
1 parent 1ca37c3 commit 80daf21

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167
- name: Check out code into the Go module directory
168168
uses: actions/checkout@v4
169169

170-
- uses: actions/cache@v4
170+
- uses: actions/cache@v5
171171
with:
172172
path: |
173173
~/.cache/go-build

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
with:
9999
go-version: 1.20.14
100100
- uses: actions/checkout@v4
101-
- uses: actions/cache@v4
101+
- uses: actions/cache@v5
102102
if: ${{ !env.ACT }}
103103
with:
104104
path: |
@@ -133,7 +133,7 @@ jobs:
133133
with:
134134
go-version: 1.20.14
135135
- uses: actions/checkout@v4
136-
- uses: actions/cache@v4
136+
- uses: actions/cache@v5
137137
with:
138138
path: |
139139
~/.cache/go-build

0 commit comments

Comments
 (0)