Skip to content
This repository was archived by the owner on Apr 16, 2026. It is now read-only.

Commit 7714739

Browse files
chore(ci): bump actions/cache from 4 to 5 (#26)
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 52f07d1 commit 7714739

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
- name: Restore tool cache
115115
if: env.DISABLE_TOOL_CACHE != 'true'
116116
id: staticcheck-cache
117-
uses: actions/cache@v4
117+
uses: actions/cache@v5
118118
with:
119119
path: ${{ env.TOOLS_BIN }}
120120
key: staticcheck-${{ runner.os }}-${{ env.GOTOOLCHAIN }}-${{ env.STATICCHECK_VERSION }}
@@ -224,7 +224,7 @@ jobs:
224224
- name: Restore tool cache
225225
if: env.DISABLE_TOOL_CACHE != 'true'
226226
id: gosec-cache
227-
uses: actions/cache@v4
227+
uses: actions/cache@v5
228228
with:
229229
path: ${{ env.TOOLS_BIN }}
230230
key: gosec-${{ runner.os }}-${{ env.GOTOOLCHAIN }}-${{ env.GOSEC_VERSION }}
@@ -261,7 +261,7 @@ jobs:
261261
- name: Restore tool cache
262262
if: env.DISABLE_TOOL_CACHE != 'true'
263263
id: govulncheck-cache
264-
uses: actions/cache@v4
264+
uses: actions/cache@v5
265265
with:
266266
path: ${{ env.TOOLS_BIN }}
267267
key: govulncheck-${{ runner.os }}-${{ env.GOTOOLCHAIN }}-${{ env.GOVULNCHECK_VERSION }}

0 commit comments

Comments
 (0)