Skip to content

Commit e2f57f2

Browse files
chore(deps): bump actions/cache from 5 to 6 (#495)
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' 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 f4bf41d commit e2f57f2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: go mod download
4242

4343
- name: Save Go module cache
44-
uses: actions/cache/save@v5
44+
uses: actions/cache/save@v6
4545
with:
4646
path: ~/go/pkg/mod
4747
key: gomod-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
@@ -92,7 +92,7 @@ jobs:
9292
cache: false
9393

9494
- name: Restore Go module cache
95-
uses: actions/cache/restore@v5
95+
uses: actions/cache/restore@v6
9696
with:
9797
path: ~/go/pkg/mod
9898
key: gomod-${{ runner.os }}-${{ hashFiles('**/go.sum') }}

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
run: go mod download
9494

9595
- name: Save Go module cache
96-
uses: actions/cache/save@v5
96+
uses: actions/cache/save@v6
9797
with:
9898
path: ~/go/pkg/mod
9999
key: gomod-${{ runner.os }}-${{ hashFiles('**/go.sum') }}
@@ -148,7 +148,7 @@ jobs:
148148
cache: false
149149

150150
- name: Restore Go module cache
151-
uses: actions/cache/restore@v5
151+
uses: actions/cache/restore@v6
152152
with:
153153
path: ~/go/pkg/mod
154154
key: gomod-${{ runner.os }}-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)