Skip to content

Commit

Permalink
Bump actions/cache from 2.1.5 to 2.1.6
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.5...v2.1.6)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 1, 2021
1 parent 2826ee4 commit 93b2ff6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/py-dead-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: '3.8'

- name: "Cache pip"
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/py-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python-version: '3.8'

- name: "Cache pip"
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: "Cache pip"
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
python-version: 3.9

- name: "Cache pip"
uses: actions/cache@v2.1.5
uses: actions/cache@v2.1.6
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand Down

0 comments on commit 93b2ff6

Please sign in to comment.