From 0b59881500856a375d39ca4376e639dbab5be18a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jan 2024 09:18:47 +0000 Subject: [PATCH] Bump actions/cache from 3 to 4 (#31784) --- .github/workflows/on-demand-preview-build.yml | 4 ++-- .github/workflows/pr-review-companion.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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