Skip to content

Commit 1473999

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 0d5c4d3 commit 1473999

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
@@ -166,7 +166,7 @@ jobs:
166166
- name: Check out code into the Go module directory
167167
uses: actions/checkout@v4
168168

169-
- uses: actions/cache@v4
169+
- uses: actions/cache@v5
170170
with:
171171
path: |
172172
~/.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: |
@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
go-version: 1.20.14
134134
- uses: actions/checkout@v4
135-
- uses: actions/cache@v4
135+
- uses: actions/cache@v5
136136
with:
137137
path: |
138138
~/.cache/go-build

0 commit comments

Comments
 (0)