Skip to content

Commit

Permalink
Bump actions/cache from 2 to 3 (#1631)
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 28, 2022
1 parent 5b98d2a commit 6c82a6f
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup pip cache
uses: actions/cache@v2
uses: actions/cache@v3
id: pipcache
with:
path: ~/.cache/pip
Expand All @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup pip cache
uses: actions/cache@v2
uses: actions/cache@v3
id: pipcache
with:
path: ~/.cache/pip
Expand All @@ -64,7 +64,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup pip cache
uses: actions/cache@v2
uses: actions/cache@v3
id: pipcache
with:
path: ~/.cache/pip
Expand All @@ -89,7 +89,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup pip cache
uses: actions/cache@v2
uses: actions/cache@v3
id: pipcache
with:
path: ~/.cache/pip
Expand All @@ -113,7 +113,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup pip cache
uses: actions/cache@v2
uses: actions/cache@v3
id: pipcache
with:
path: ~/.cache/pip
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup pip cache
uses: actions/cache@v2
uses: actions/cache@v3
id: pipcache
with:
path: ~/.cache/pip
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup pip cache
uses: actions/cache@v2
uses: actions/cache@v3
id: pipcache
with:
path: ~/.cache/pip
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup pip cache
uses: actions/cache@v2
uses: actions/cache@v3
id: pipcache
with:
path: ~/.cache/pip
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup pip cache
uses: actions/cache@v2
uses: actions/cache@v3
id: pipcache
with:
path: ~/.cache/pip
Expand All @@ -271,7 +271,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Setup pip cache
uses: actions/cache@v2
uses: actions/cache@v3
id: pipcache
with:
path: ~/.cache/pip
Expand Down

0 comments on commit 6c82a6f

Please sign in to comment.