Skip to content

Commit

Permalink
Bump actions/cache from 2 to 3 (#3504)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Mar 22, 2022
1 parent 37291dd commit 55e6797
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
go-version: 1.17
- name: Check-out code
uses: actions/checkout@v3
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
go-version: 1.17
- name: Check-out code
uses: actions/checkout@v3
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
go-version: 1.17
- name: Check-out code
uses: actions/checkout@v3
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
# In order:
# * Module download cache
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
go-version: 1.17
- name: Check-out code
uses: actions/checkout@v3
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
# In order:
# * Module download cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golicense.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
go-version: 1.17
- uses: actions/checkout@v3
- name: Cache licensing information for dependencies
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
env:
cache-name: cache-lichen-deps-licensing-info
Expand Down

0 comments on commit 55e6797

Please sign in to comment.