Skip to content

Commit 41e13b4

Browse files
Bump actions/cache from 3.0.2 to 3.3.1
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.2 to 3.3.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.0.2...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57127cf commit 41e13b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v3
2626

2727
- name: Cache Go modules
28-
uses: actions/cache@v3.0.2
28+
uses: actions/cache@v3.3.1
2929
with:
3030
path: ~/go/pkg/mod
3131
key: ${{ runner.os }}-${{ matrix.go-version }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: actions/checkout@v3
2626

2727
- name: Cache Go modules
28-
uses: actions/cache@v3.0.2
28+
uses: actions/cache@v3.3.1
2929
with:
3030
path: ~/go/pkg/mod
3131
key: ${{ runner.os }}-${{ matrix.go-version }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)