Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit f8b9254

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Checkout Repository
5757
uses: actions/checkout@v3
5858
- name: Cache Go build
59-
uses: actions/cache@v2
59+
uses: actions/cache@v3
6060
with:
6161
path: |
6262
~/.cache/go-build
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
go-version: ${{ needs.vars.outputs.go_version }}
8585
- name: Cache Go tests
86-
uses: actions/cache@v2
86+
uses: actions/cache@v3
8787
with:
8888
path: |
8989
~/.cache/go-build
@@ -104,7 +104,7 @@ jobs:
104104
with:
105105
fetch-depth: 0
106106
- name: Cache Go build
107-
uses: actions/cache@v2
107+
uses: actions/cache@v3
108108
with:
109109
path: |
110110
~/.cache/go-build

0 commit comments

Comments
 (0)