Skip to content

Commit

Permalink
Bump actions/cache from 3.0.3 to 3.0.5
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.0.3...v3.0.5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 18, 2022
1 parent e616160 commit 31d8867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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@v3.0.3
uses: actions/cache@v3.0.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 @@ -24,7 +24,7 @@ jobs:
python-version: '3.10'

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

- name: "Cache pip"
uses: actions/cache@v3.0.3
uses: actions/cache@v3.0.5
with:
# This path is specific to Ubuntu
path: ~/.cache/pip
Expand Down

0 comments on commit 31d8867

Please sign in to comment.