diff --git a/.github/workflows/build-images-ci.yaml b/.github/workflows/build-images-ci.yaml index 89701d1d9f4c1..46ecff5de2429 100644 --- a/.github/workflows/build-images-ci.yaml +++ b/.github/workflows/build-images-ci.yaml @@ -99,7 +99,7 @@ jobs: # Load Golang cache build from GitHub - name: Load ${{ matrix.name }} Golang cache build from GitHub - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 id: cache with: path: /tmp/.cache/${{ matrix.name }} diff --git a/.github/workflows/ci-images-cache-cleaner.yaml b/.github/workflows/ci-images-cache-cleaner.yaml index cfaf050a7dc24..1bca6578b438b 100644 --- a/.github/workflows/ci-images-cache-cleaner.yaml +++ b/.github/workflows/ci-images-cache-cleaner.yaml @@ -38,7 +38,7 @@ jobs: steps: # Load Golang cache build from GitHub - name: Load ${{ matrix.name }} Golang cache build from GitHub - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 id: cache with: path: /tmp/.cache/${{ matrix.name }} diff --git a/.github/workflows/lint-bpf-checks.yaml b/.github/workflows/lint-bpf-checks.yaml index 2af1f890fb709..500816b190d3c 100644 --- a/.github/workflows/lint-bpf-checks.yaml +++ b/.github/workflows/lint-bpf-checks.yaml @@ -83,7 +83,7 @@ jobs: go-version: 1.19.5 - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: path: $HOME/.clang key: llvm-10.0 @@ -120,7 +120,7 @@ jobs: go-version: 1.19.5 - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: path: $HOME/.clang key: llvm-10.0 diff --git a/.github/workflows/lint-build-commits.yaml b/.github/workflows/lint-build-commits.yaml index d49d9d5fafc7f..c3bbed57b489b 100644 --- a/.github/workflows/lint-build-commits.yaml +++ b/.github/workflows/lint-build-commits.yaml @@ -27,7 +27,7 @@ jobs: - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 with: path: $HOME/.clang key: llvm-10.0