diff --git a/.github/workflows/on-demand-preview-build.yml b/.github/workflows/on-demand-preview-build.yml index 2a09bf32dd84ee8..0dec5529814a03a 100644 --- a/.github/workflows/on-demand-preview-build.yml +++ b/.github/workflows/on-demand-preview-build.yml @@ -108,7 +108,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 @@ -123,7 +123,7 @@ jobs: - name: Load cached venv id: cached-poetry-dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: yari/deployer/.venv key: venv-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}-${{ hashFiles('.github/workflows/pr-review-companion.yml') }} diff --git a/.github/workflows/pr-review-companion.yml b/.github/workflows/pr-review-companion.yml index dd84e0b469dd82b..4a1fcf3f4921b73 100644 --- a/.github/workflows/pr-review-companion.yml +++ b/.github/workflows/pr-review-companion.yml @@ -30,7 +30,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 @@ -45,7 +45,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