Skip to content

Commit b84a5aa

Browse files
Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2...v3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a55ac10 commit b84a5aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/setup-go@v2
1010
with:
1111
go-version: "1.18"
12-
- uses: actions/cache@v2
12+
- uses: actions/cache@v3
1313
with:
1414
path: |
1515
~/go

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-go@v2
1414
with:
1515
go-version: "1.18"
16-
- uses: actions/cache@v2
16+
- uses: actions/cache@v3
1717
with:
1818
path: |
1919
~/go

0 commit comments

Comments
 (0)