Skip to content

Commit 0df76ff

Browse files
chore(deps): bump actions/cache from 4 to 5 (#71)
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 a3bd010 commit 0df76ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/artifact.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
token: ${{ secrets.CONTAINIFYCI_RELEASE_TOKEN }}
5555

5656
- name: Cache Go Mod
57-
uses: actions/cache@v4
57+
uses: actions/cache@v5
5858
if: always()
5959
with:
6060
path: /home/runner/go/pkg/mod

0 commit comments

Comments
 (0)