Skip to content

Commit fda117e

Browse files
Bump actions/cache from 2 to 3 (#322)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 712143a commit fda117e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
go-version: 1.18
2727
- name: Restore Cache
28-
uses: actions/cache@v2
28+
uses: actions/cache@v3
2929
with:
3030
path: |-
3131
~/go/pkg/mod

.github/workflows/generated_code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
go-version: 1.18
1717
- name: Restore Cache
18-
uses: actions/cache@v2
18+
uses: actions/cache@v3
1919
with:
2020
path: |-
2121
~/go/pkg/mod

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version: 1.18
2222
- name: Restore Cache
23-
uses: actions/cache@v2
23+
uses: actions/cache@v3
2424
with:
2525
path: |-
2626
~/go/pkg/mod

0 commit comments

Comments
 (0)