diff --git a/.github/workflows/benches.yml b/.github/workflows/benches.yml index d73120c99a129..92437fddcbcad 100644 --- a/.github/workflows/benches.yml +++ b/.github/workflows/benches.yml @@ -58,7 +58,7 @@ jobs: target: [bench, bench-remap-functions, bench-remap, bench-languages, bench-metrics, bench-dnstap, bench-transform] steps: - uses: actions/checkout@v2.3.4 - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.2 with: path: | ~/.cargo/registry diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 8661f388461b9..1c4b03ed9c5b2 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -94,7 +94,7 @@ jobs: steps: - uses: actions/checkout@v2 - run: make ci-sweep - - uses: actions/cache@v2.1.4 + - uses: actions/cache@v3.2.2 with: path: | ~/.cargo/registry diff --git a/.github/workflows/k8s_e2e.yml b/.github/workflows/k8s_e2e.yml index 5bc824aa09b45..b48119520b35b 100644 --- a/.github/workflows/k8s_e2e.yml +++ b/.github/workflows/k8s_e2e.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - run: make ci-sweep - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.2 with: path: | ~/.cargo/registry diff --git a/.github/workflows/test-harness.yml b/.github/workflows/test-harness.yml index e5063ebe4d5e2..baa289bac2259 100644 --- a/.github/workflows/test-harness.yml +++ b/.github/workflows/test-harness.yml @@ -73,7 +73,7 @@ jobs: # Doesn't work yet, see https://github.com/actions/cache/issues/176 - name: Cache deb id: deb-cache - uses: actions/cache@v2.1.6 + uses: actions/cache@v3.2.2 with: path: target/artifacts/vector-${{ env.VECTOR_VERSION }}-amd64.deb key: vector-test-harness-packaged-deb-${{ steps.pr-info.outputs.head_sha }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efcc234558f95..356d522f6535f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -91,7 +91,7 @@ jobs: if: ${{ needs.changes.outputs.source == 'true' }} steps: - uses: actions/checkout@v2.3.4 - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.2 name: Cache Cargo registry + index with: path: | @@ -128,7 +128,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - run: make ci-sweep - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.2 name: Cache Cargo registry + index with: path: | @@ -179,7 +179,7 @@ jobs: - uses: actions/checkout@v2.3.4 - run: sudo apt-get install build-essential - run: make ci-sweep - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.2 name: Cache Cargo registry + index with: path: | @@ -219,7 +219,7 @@ jobs: if: ${{ needs.changes.outputs.source == 'true' }} steps: - uses: actions/checkout@v2.3.4 - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.2 name: Cache Cargo registry + index with: path: | @@ -349,7 +349,7 @@ jobs: with: # check-version needs tags fetch-depth: 0 # fetch everything - - uses: actions/cache@v2.1.6 + - uses: actions/cache@v3.2.2 name: Cache Cargo registry + index with: path: |