diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9081512dad4c..91e16274b991 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: submodules: recursive - name: Cache deps - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 env: cache-name: cache-deps with: diff --git a/.github/workflows/chaos.yml b/.github/workflows/chaos.yml index 8584966b5b60..6edcb6f93415 100644 --- a/.github/workflows/chaos.yml +++ b/.github/workflows/chaos.yml @@ -24,7 +24,7 @@ jobs: with: go-version: "1.16" - - uses: actions/cache@v2 + - uses: actions/cache@v3.2.6 with: path: | ~/.cache/go-build diff --git a/.github/workflows/fuzzing-ci.yaml b/.github/workflows/fuzzing-ci.yaml index 71eaf8b5f2a7..289a9e2ffb91 100644 --- a/.github/workflows/fuzzing-ci.yaml +++ b/.github/workflows/fuzzing-ci.yaml @@ -38,7 +38,7 @@ jobs: submodules: recursive - name: Cache deps - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.6 env: cache-name: cache-deps with: