diff --git a/.github/workflows/merge_group,pull_request.apps.build.yaml b/.github/workflows/merge_group,pull_request.apps.build.yaml index 594e72bc..17ce9788 100644 --- a/.github/workflows/merge_group,pull_request.apps.build.yaml +++ b/.github/workflows/merge_group,pull_request.apps.build.yaml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 # Install all required tools or restore them if the cache already exists - - uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 id: restore-asdf with: path: ${{ env.ASDF_DIR }} diff --git a/.github/workflows/push,schedule,workflow_dispatch.asdf.refresh-cache.yaml b/.github/workflows/push,schedule,workflow_dispatch.asdf.refresh-cache.yaml index c1af2fbe..dd34468c 100644 --- a/.github/workflows/push,schedule,workflow_dispatch.asdf.refresh-cache.yaml +++ b/.github/workflows/push,schedule,workflow_dispatch.asdf.refresh-cache.yaml @@ -28,7 +28,7 @@ jobs: fetch-depth: 0 - uses: asdf-vm/actions/install@05e0d2ed97b598bfce82fd30daf324ae0c4570e6 # v3.0.2 - - uses: actions/cache/save@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + - uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ${{ env.ASDF_DIR }} key: asdf-vm-${{ hashFiles('.tool-versions') }} @@ -39,7 +39,7 @@ jobs: permissions: {} needs: refresh_cache steps: - - uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: fail-on-cache-miss: true key: asdf-vm-${{ hashFiles('.tool-versions') }} diff --git a/.github/workflows/workflow_call.docker.validate.yaml b/.github/workflows/workflow_call.docker.validate.yaml index c843714c..50d6f1f8 100644 --- a/.github/workflows/workflow_call.docker.validate.yaml +++ b/.github/workflows/workflow_call.docker.validate.yaml @@ -37,7 +37,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 # Install all required tools or restore them if the cache already exists - - uses: actions/cache/restore@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + - uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 id: restore-asdf with: path: ${{ env.ASDF_DIR }}