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