diff --git a/.github/workflows/build-images-ci.yaml b/.github/workflows/build-images-ci.yaml index 016a4a6f8a95b..2938a75d7bb69 100644 --- a/.github/workflows/build-images-ci.yaml +++ b/.github/workflows/build-images-ci.yaml @@ -86,7 +86,7 @@ jobs: # Load Golang cache build from GitHub - name: Load ${{ matrix.name }} Golang cache build from GitHub - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 + uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 id: cache with: path: /tmp/.cache/${{ matrix.name }} @@ -270,7 +270,7 @@ jobs: # Load Golang cache build from GitHub - name: Load ${{ matrix.name }} Golang cache build from GitHub - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 + uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 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 b14684113fe64..53b67fe12f342 100644 --- a/.github/workflows/ci-images-cache-cleaner.yaml +++ b/.github/workflows/ci-images-cache-cleaner.yaml @@ -40,7 +40,7 @@ jobs: steps: # Load Golang cache build from GitHub - name: Load ${{ matrix.name }} Golang cache build from GitHub - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 + uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 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 c2475508cad45..fcdba9611891d 100644 --- a/.github/workflows/lint-bpf-checks.yaml +++ b/.github/workflows/lint-bpf-checks.yaml @@ -92,7 +92,7 @@ jobs: go-version: 1.18.1 - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 + uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 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 92b6e0db3abc6..9c37f6dcf0b15 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@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 + uses: actions/cache@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 with: path: $HOME/.clang key: llvm-10.0