build(deps): Bump actions/cache from 2 to 3 (#12046)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/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>
This commit is contained in:
parent
965d55c8eb
commit
823d2a7f28
|
@ -23,7 +23,7 @@ jobs:
|
||||||
go.mod
|
go.mod
|
||||||
go.sum
|
go.sum
|
||||||
- name: Get data from build cache
|
- name: Get data from build cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
# In order:
|
# In order:
|
||||||
# * Module download cache
|
# * Module download cache
|
||||||
|
|
|
@ -102,7 +102,7 @@ jobs:
|
||||||
go.mod
|
go.mod
|
||||||
go.sum
|
go.sum
|
||||||
- name: Get data from build cache
|
- name: Get data from build cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
# In order:
|
# In order:
|
||||||
# * Module download cache
|
# * Module download cache
|
||||||
|
|
|
@ -113,7 +113,7 @@ jobs:
|
||||||
go.mod
|
go.mod
|
||||||
go.sum
|
go.sum
|
||||||
- name: Get data from build cache
|
- name: Get data from build cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
# In order:
|
# In order:
|
||||||
# * Module download cache
|
# * Module download cache
|
||||||
|
@ -208,7 +208,7 @@ jobs:
|
||||||
go.mod
|
go.mod
|
||||||
go.sum
|
go.sum
|
||||||
- name: Get data from build cache
|
- name: Get data from build cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
# In order:
|
# In order:
|
||||||
# * Module download cache
|
# * Module download cache
|
||||||
|
@ -245,7 +245,7 @@ jobs:
|
||||||
go.mod
|
go.mod
|
||||||
go.sum
|
go.sum
|
||||||
- name: Get data from build cache
|
- name: Get data from build cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
# In order:
|
# In order:
|
||||||
# * Module download cache
|
# * Module download cache
|
||||||
|
@ -302,7 +302,7 @@ jobs:
|
||||||
go.mod
|
go.mod
|
||||||
go.sum
|
go.sum
|
||||||
- name: Get data from build cache
|
- name: Get data from build cache
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
# In order:
|
# In order:
|
||||||
# * Module download cache
|
# * Module download cache
|
||||||
|
|
Loading…
Reference in New Issue