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 }}