diff --git a/.github/workflows/buildandtest.yml b/.github/workflows/buildandtest.yml index a549d0c5..fb344629 100644 --- a/.github/workflows/buildandtest.yml +++ b/.github/workflows/buildandtest.yml @@ -32,7 +32,7 @@ jobs: id: compute_lockfile_hash run: echo "hash=${{ hashFiles('yarn.lock') }}" >> "$GITHUB_OUTPUT" - name: Check dependency cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # V4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # V5.0.1 id: cache_dependencies with: path: ${{ env.CACHED_DEPENDENCY_PATHS }} @@ -56,12 +56,12 @@ jobs: - name: Set up Node uses: actions/setup-node@v5 - name: Check dependency cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # V4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # V5.0.1 with: path: ${{ env.CACHED_DEPENDENCY_PATHS }} key: ${{ needs.job_install_deps.outputs.dependency_cache_key }} - name: Check build cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # V4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # V5.0.1 id: cache_built_packages with: path: ${{ env.CACHED_BUILD_PATHS }} @@ -107,12 +107,12 @@ jobs: - name: Set up Node uses: actions/setup-node@v5 - name: Check dependency cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # V4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # V5.0.1 with: path: ${{ env.CACHED_DEPENDENCY_PATHS }} key: ${{ needs.job_build.outputs.dependency_cache_key }} - name: Check build cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # V4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # V5.0.1 with: path: ${{ env.CACHED_BUILD_PATHS }} key: ${{ env.BUILD_CACHE_KEY }} @@ -130,12 +130,12 @@ jobs: - name: Set up Node uses: actions/setup-node@v5 - name: Check dependency cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # V4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # V5.0.1 with: path: ${{ env.CACHED_DEPENDENCY_PATHS }} key: ${{ needs.job_build.outputs.dependency_cache_key }} - name: Check build cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # V4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # V5.0.1 with: path: ${{ env.CACHED_BUILD_PATHS }} key: ${{ env.BUILD_CACHE_KEY }} diff --git a/.github/workflows/sample-build.yml b/.github/workflows/sample-build.yml index f62cc2f6..5da91dcb 100644 --- a/.github/workflows/sample-build.yml +++ b/.github/workflows/sample-build.yml @@ -40,12 +40,12 @@ jobs: - name: Set up Node uses: actions/setup-node@v5 - name: Check dependency cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # V4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # V5.0.1 with: path: ${{ env.CACHED_DEPENDENCY_PATHS }} key: ${{ inputs.dependency_cache_key }} - name: Check build cache - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # V4.3.0 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # V5.0.1 with: path: ${{ env.CACHED_BUILD_PATHS }} key: ${{ env.BUILD_CACHE_KEY }}