Skip to content

Commit d30f334

Browse files
Bump actions/cache from 3 to 4 (#48)
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3...v4) --- 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 cb9f1c5 commit d30f334

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: echo "::set-output name=cache::$(make go.cachedir)"
5858

5959
- name: Cache the Go Build Cache
60-
uses: actions/cache@v3
60+
uses: actions/cache@v4
6161
with:
6262
path: ${{ steps.go.outputs.cache }}
6363
key: ${{ runner.os }}-build-lint-${{ hashFiles('**/go.sum') }}
@@ -98,7 +98,7 @@ jobs:
9898
run: echo "::set-output name=cache::$(make go.cachedir)"
9999

100100
- name: Cache the Go Build Cache
101-
uses: actions/cache@v3
101+
uses: actions/cache@v4
102102
with:
103103
path: ${{ steps.go.outputs.cache }}
104104
key: ${{ runner.os }}-build-check-diff-${{ hashFiles('**/go.sum') }}
@@ -131,7 +131,7 @@ jobs:
131131
run: echo "::set-output name=cache::$(make go.cachedir)"
132132

133133
- name: Cache the Go Build Cache
134-
uses: actions/cache@v3
134+
uses: actions/cache@v4
135135
with:
136136
path: ${{ steps.go.outputs.cache }}
137137
key: ${{ runner.os }}-build-unit-tests-${{ hashFiles('**/go.sum') }}
@@ -170,7 +170,7 @@ jobs:
170170
run: echo "::set-output name=cache::$(make go.cachedir)"
171171

172172
- name: Cache the Go Build Cache
173-
uses: actions/cache@v3
173+
uses: actions/cache@v4
174174
with:
175175
path: ${{ steps.go.outputs.cache }}
176176
key: ${{ runner.os }}-build-unit-tests-${{ hashFiles('**/go.sum') }}
@@ -225,7 +225,7 @@ jobs:
225225
run: echo "::set-output name=cache::$(make go.cachedir)"
226226

227227
- name: Cache the Go Build Cache
228-
uses: actions/cache@v3
228+
uses: actions/cache@v4
229229
with:
230230
path: ${{ steps.go.outputs.cache }}
231231
key: ${{ runner.os }}-build-publish-artifacts-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)