Skip to content

Commit 85d04c5

Browse files
Bump actions/cache from 3.0.11 to 3.2.2 (#619)
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.11...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6703d65 commit 85d04c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Cache modules
22-
uses: actions/cache@v3.0.11
22+
uses: actions/cache@v3.2.2
2323
with:
2424
path: ~/go/pkg/mod
2525
key: ${{ runner.OS }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)