Skip to content
This repository was archived by the owner on Jul 26, 2024. It is now read-only.

Commit 8bf8657

Browse files
Bump actions/cache from 2.1.7 to 3.0.4
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.0.4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2.1.7...v3.0.4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6897a5a commit 8bf8657

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
go-version: 1.15.x
3838

3939
- name: Cache
40-
uses: actions/cache@v2.1.7
40+
uses: actions/cache@v3.0.4
4141
with:
4242
path: ~/go/pkg/mod
4343
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -71,7 +71,7 @@ jobs:
7171
go-version: ${{ matrix.go-version }}
7272

7373
- name: Cache
74-
uses: actions/cache@v2.1.7
74+
uses: actions/cache@v3.0.4
7575
with:
7676
path: ~/go/pkg/mod
7777
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)