Skip to content

Commit

Permalink
Bump actions/cache from 3 to 4 (#17953)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent 9d04722 commit fb2c738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-review-companion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

# See https://www.peterbe.com/plog/install-python-poetry-github-actions-faster
- name: Load cached ~/.local
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.local
# the trailing number is used to increase for getting
Expand All @@ -49,7 +49,7 @@ jobs:

- name: Load cached venv
id: cached-poetry-dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: yari/deployer/.venv
# the trailing number is used to increase for getting
Expand Down

0 comments on commit fb2c738

Please sign in to comment.