Skip to content

Commit 9b313b8

Browse files
build(deps): bump actions/cache from 4 to 5 (#90)
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 2e4839f commit 9b313b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
ref: ${{ github.ref }}
5555

56-
- uses: actions/cache@v4
56+
- uses: actions/cache@v5
5757
with:
5858
path: |
5959
${{ matrix.go-build }}

0 commit comments

Comments
 (0)