From d442ebf1d51f0db976d770213fb79c12b14fad70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 19:04:13 +0000 Subject: [PATCH] chore(ci): bump actions/cache from 2.1.6 to 3.2.3 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2.1.6...v3.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/benches.yml | 2 +- .github/workflows/integration-test.yml | 2 +- .github/workflows/k8s_e2e.yml | 2 +- .github/workflows/test-harness.yml | 2 +- .github/workflows/test.yml | 10 +++++----- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/benches.yml b/.github/workflows/benches.yml index d73120c99a129..c8504ec85beda 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.3 with: path: | ~/.cargo/registry diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 8661f388461b9..46ef32121965d 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.3 with: path: | ~/.cargo/registry diff --git a/.github/workflows/k8s_e2e.yml b/.github/workflows/k8s_e2e.yml index 5bc824aa09b45..817dd5fe71acd 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.3 with: path: | ~/.cargo/registry diff --git a/.github/workflows/test-harness.yml b/.github/workflows/test-harness.yml index e5063ebe4d5e2..e23c8f5679ad6 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.3 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..3b544792f9f24 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.3 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.3 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.3 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.3 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.3 name: Cache Cargo registry + index with: path: |