From 71dbe30ede05856dcd062df74fc5d33da9c3562a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 16:22:12 +0900 Subject: [PATCH] chore(deps): update actions/cache action to v5 (#6764) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/adapter-tests.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/e2e.yml | 4 ++-- .github/workflows/preview.yml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/adapter-tests.yml b/.github/workflows/adapter-tests.yml index 4947983af1..e76a9f2d37 100644 --- a/.github/workflows/adapter-tests.yml +++ b/.github/workflows/adapter-tests.yml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - name: Cache turbo build setup - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b25c6ef2da..0b445c42f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 0 - name: Cache turbo build setup - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }} @@ -92,7 +92,7 @@ jobs: fetch-depth: 0 - name: Cache turbo build setup - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }} @@ -136,7 +136,7 @@ jobs: fetch-depth: 0 - name: Cache turbo build setup - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }} diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index bbc6be6773..5ae64b98cc 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Cache turbo build setup - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }} @@ -76,7 +76,7 @@ jobs: fetch-depth: 0 - name: Cache turbo build setup - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }} diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 77c4496913..af3a974bab 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Cache turbo build setup - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1 with: path: .turbo key: ${{ runner.os }}-turbo-${{ github.sha }}