Skip to content

Commit 8677f56

Browse files
Bump actions/cache from 4 to 5 (#1522)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [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 284cc92 commit 8677f56

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout repository
1616
uses: actions/checkout@v6.0.1
1717
- name: Cache Go modules
18-
uses: actions/cache@v4
18+
uses: actions/cache@v5
1919
with:
2020
path: |
2121
~/go/pkg/mod

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1919
- name: Cache Go modules
20-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
20+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2121
with:
2222
path: |
2323
~/go/pkg/mod

.github/workflows/smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
find . -name '*.md' | xargs env AUTODOC_DRYRUN=1 perl tools/autodoc.pl
2525
- name: Cache Go modules
26-
uses: actions/cache@0c907a75c2c80ebcb7f088228285e798b750cf8f # v4.2.1
26+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2727
with:
2828
path: |
2929
~/go/pkg/mod

0 commit comments

Comments
 (0)