diff --git a/.github/workflows/bpf-checks.yaml b/.github/workflows/bpf-checks.yaml index 66b35976cc4ae..25b5e7f9b7ea0 100644 --- a/.github/workflows/bpf-checks.yaml +++ b/.github/workflows/bpf-checks.yaml @@ -82,7 +82,7 @@ jobs: go-version: 1.16.4 - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.1 with: path: $HOME/.clang key: llvm-10.0 diff --git a/.github/workflows/build_commits.yaml b/.github/workflows/build_commits.yaml index 51fa3612731e7..bcc0e0681ebc8 100644 --- a/.github/workflows/build_commits.yaml +++ b/.github/workflows/build_commits.yaml @@ -25,7 +25,7 @@ jobs: - name: Cache LLVM and Clang id: cache-llvm - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.3.1 with: path: $HOME/.clang key: llvm-10.0