diff --git a/.github/workflows/patch-test.yaml b/.github/workflows/patch-test.yaml index 6bbd80637..b044aea4a 100644 --- a/.github/workflows/patch-test.yaml +++ b/.github/workflows/patch-test.yaml @@ -36,7 +36,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Mount Bazel cache - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ~/repo-cache key: repo-cache-${{ runner.os }}-bindist-${{ env.cache-version }} diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index db7caae8d..b6e0166de 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -67,7 +67,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - uses: ./.github/actions/free_disk_space_on_linux - name: Mount Bazel cache - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ~/repo-cache key: repo-cache-${{ runner.os }}-nixpkgs-${{ env.cache-version }} @@ -165,7 +165,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - uses: ./.github/actions/free_disk_space_on_linux - name: Mount Bazel cache - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ~/repo-cache key: repo-cache-${{ runner.os }}-bindist-${{ env.cache-version }} @@ -270,7 +270,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - uses: ./.github/actions/free_disk_space_on_linux - name: Mount Bazel cache - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: path: ~/repo-cache key: repo-cache-${{ runner.os }}-bindist-${{ env.cache-version }}