Skip to content

Commit 1ed3d20

Browse files
build(deps): 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] <[email protected]>
1 parent ba01bda commit 1ed3d20

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/blackduck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo mod-cache-path="$(devbox run -- go env GOMODCACHE)" >>"${GITHUB_OUTPUT}"
4343
4444
- name: Go cache
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
with:
4747
path: |
4848
${{ steps.export-go-version-and-mod-cache-path.outputs.mod-cache-path }}

.github/workflows/checks.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo mod-cache-path="$(devbox run -- go env GOMODCACHE)" >>"${GITHUB_OUTPUT}"
4343
4444
- name: Go cache
45-
uses: actions/cache@v4
45+
uses: actions/cache@v5
4646
with:
4747
path: |
4848
${{ steps.export-go-version-and-mod-cache-path.outputs.mod-cache-path }}
@@ -182,7 +182,7 @@ jobs:
182182
echo mod-cache-path="$(devbox run -- go env GOMODCACHE)" >>"${GITHUB_OUTPUT}"
183183
184184
- name: Go cache
185-
uses: actions/cache@v4
185+
uses: actions/cache@v5
186186
with:
187187
path: |
188188
${{ steps.export-go-version-and-mod-cache-path.outputs.mod-cache-path }}
@@ -191,7 +191,7 @@ jobs:
191191
${{ runner.os }}-${{ steps.export-go-version-and-mod-cache-path.outputs.go-version }}-
192192
193193
- name: Set up pre-commit cache
194-
uses: actions/cache@v4
194+
uses: actions/cache@v5
195195
with:
196196
path: ~/.cache/pre-commit
197197
key: pre-commit-3|${{ hashFiles('.pre-commit-config.yaml') }}

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo mod-cache-path="$(devbox run -- go env GOMODCACHE)" >>"${GITHUB_OUTPUT}"
5151
5252
- name: Go cache
53-
uses: actions/cache@v4
53+
uses: actions/cache@v5
5454
with:
5555
path: |
5656
${{ steps.export-go-version-and-mod-cache-path.outputs.mod-cache-path }}

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
echo mod-cache-path="$(devbox run -- go env GOMODCACHE)" >>"${GITHUB_OUTPUT}"
4040
4141
- name: Go cache
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
with:
4444
path: |
4545
${{ steps.export-go-version-and-mod-cache-path.outputs.mod-cache-path }}

0 commit comments

Comments
 (0)