Skip to content

Commit

Permalink
Update actions/cache action to v3.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and jackton1 committed Oct 13, 2022
1 parent 421688c commit 5fe2d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- uses: actions/cache@v3.0.10
- uses: actions/cache@v3.0.11
id: pip-cache
with:
path: ~/.cache/pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- uses: actions/cache@v3.0.10
- uses: actions/cache@v3.0.11
id: pip-cache
with:
path: ~/.cache/pip
Expand Down

0 comments on commit 5fe2d2a

Please sign in to comment.