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:
dependabot[bot] 2022-05-25 18:10:00 +02:00 committed by GitHub
parent 965d55c8eb
commit 823d2a7f28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@ jobs:
go.mod
go.sum
- name: Get data from build cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
# In order:
# * Module download cache

View File

@ -102,7 +102,7 @@ jobs:
go.mod
go.sum
- name: Get data from build cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
# In order:
# * Module download cache

View File

@ -113,7 +113,7 @@ jobs:
go.mod
go.sum
- name: Get data from build cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
# In order:
# * Module download cache
@ -208,7 +208,7 @@ jobs:
go.mod
go.sum
- name: Get data from build cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
# In order:
# * Module download cache
@ -245,7 +245,7 @@ jobs:
go.mod
go.sum
- name: Get data from build cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
# In order:
# * Module download cache
@ -302,7 +302,7 @@ jobs:
go.mod
go.sum
- name: Get data from build cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
# In order:
# * Module download cache