Skip to content

Commit

Permalink
chore(deps): bump actions/cache from 2.1.7 to 3
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.7...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>
  • Loading branch information
dependabot[bot] authored Mar 21, 2022
1 parent 5ffdb7e commit 2f61611
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
shell: bash
- name: Set up cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
with:
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
shell: bash

- name: Set up cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
with:
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:
shell: bash
- name: Set up cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
with:
Expand Down Expand Up @@ -232,7 +232,7 @@ jobs:
shell: bash
- name: Set up cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
shell: bash
- name: Set up cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
with:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
shell: bash
- name: Set up cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
with:
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
shell: bash
- name: Set up cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
with:
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
shell: bash
- name: Set up cache
uses: actions/cache@v2.1.7
uses: actions/cache@v3
env:
cache-name: cache-vendored-tools-${{ secrets.CACHE_VERSION }}
with:
Expand Down

0 comments on commit 2f61611

Please sign in to comment.