Skip to content

Commit 87467f0

Browse files
chore(deps): bump actions/cache from 5 to 6 (#2261)
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 91ccb6c commit 87467f0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
go-version-file: "go.mod"
3434

3535
- name: Restore go build cache
36-
uses: actions/cache@v5
36+
uses: actions/cache@v6
3737
with:
3838
path: ~/.cache/go-build
3939
key: ${{ runner.os }}-go-build-v1-${{ github.run_id }}
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
sudo pkill mono || true
8787
- name: Restore go build cache
88-
uses: actions/cache@v5
88+
uses: actions/cache@v6
8989
with:
9090
path: ~/.cache/go-build
9191
key: ${{ runner.os }}-go-build-v1-${{ github.run_id }}

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version-file: 'go.mod'
2626

2727
- name: Restore go build cache
28-
uses: actions/cache@v5
28+
uses: actions/cache@v6
2929
with:
3030
path: ~/.cache/go-build
3131
key: ${{ runner.os }}-go-build-v1-${{ github.run_id }}

0 commit comments

Comments
 (0)