Skip to content

Commit

Permalink
Merge pull request #16 from Limych/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…cache-v2.1.5

Bump actions/cache from v2.1.4 to v2.1.5
  • Loading branch information
Limych authored Apr 20, 2021
2 parents 3e873e9 + f53c038 commit 9814ff8
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.4
uses: actions/cache@v2.1.5
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 @@ -26,7 +26,7 @@ jobs:
python-version: '3.8'

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

- name: "Cache pip"
uses: actions/cache@v2.1.4
uses: actions/cache@v2.1.5
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.4
uses: actions/cache@v2.1.5
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand Down

0 comments on commit 9814ff8

Please sign in to comment.