From bd2f9a9a75238e9e4c92c7139c46281c6f2eaf11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 19:32:19 +0000 Subject: [PATCH] chore(deps): update actions/cache action to v5 --- .github/workflows/build.yml | 2 +- .github/workflows/compare-results.yml | 4 ++-- .github/workflows/development.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/publish-site.yml | 2 +- .github/workflows/vrt.yml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e4b0a9f689..db75e61bd24 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,7 +104,7 @@ jobs: - name: Check for cached dependencies continue-on-error: true id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .cache/yarn diff --git a/.github/workflows/compare-results.yml b/.github/workflows/compare-results.yml index 6469d88adfd..361f4021ee0 100644 --- a/.github/workflows/compare-results.yml +++ b/.github/workflows/compare-results.yml @@ -63,7 +63,7 @@ jobs: - name: Check for cached dependencies continue-on-error: true id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .cache/yarn @@ -189,7 +189,7 @@ jobs: - name: Check for cached dependencies continue-on-error: true id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .cache/yarn diff --git a/.github/workflows/development.yml b/.github/workflows/development.yml index 74b3b4e4027..facdf0c7ad0 100644 --- a/.github/workflows/development.yml +++ b/.github/workflows/development.yml @@ -163,7 +163,7 @@ jobs: - name: Check for cached dependencies continue-on-error: true id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .cache/yarn diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fb707d09d2f..3cc7d1b724f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -75,7 +75,7 @@ jobs: - name: Check for cached dependencies continue-on-error: true id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .cache/yarn diff --git a/.github/workflows/publish-site.yml b/.github/workflows/publish-site.yml index 60f710fa818..80be0c62a2e 100644 --- a/.github/workflows/publish-site.yml +++ b/.github/workflows/publish-site.yml @@ -66,7 +66,7 @@ jobs: - name: Check for cached dependencies continue-on-error: true id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .cache/yarn diff --git a/.github/workflows/vrt.yml b/.github/workflows/vrt.yml index 78237512905..366339a3e11 100644 --- a/.github/workflows/vrt.yml +++ b/.github/workflows/vrt.yml @@ -66,7 +66,7 @@ jobs: - name: Check for cached dependencies continue-on-error: true id: cache-dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | .cache/yarn