diff --git a/.github/workflows/pr-review-companion.yml b/.github/workflows/pr-review-companion.yml index 6394b94c7cd3c9..ba12aeb8927b9d 100644 --- a/.github/workflows/pr-review-companion.yml +++ b/.github/workflows/pr-review-companion.yml @@ -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 @@ -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