Skip to content

Commit fcb364e

Browse files
Bump actions/cache from 3.0.11 to 5.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 5.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.11...v5.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2367773 commit fcb364e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v3
2828

2929
- name: go mod package cache
30-
uses: actions/cache@v3.0.11
30+
uses: actions/cache@v5.0.1
3131
with:
3232
path: ~/go/pkg/mod
3333
key: ${{ runner.os }}-go-${{ matrix.go }}-${{ hashFiles('go.sum') }}

0 commit comments

Comments
 (0)