From c3a763458ecc7c0ed670a8eb8b26fe790c016b05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Nov 2021 19:12:34 +0000 Subject: [PATCH] chore(ci): bump actions/cache from 2.1.6 to 2.1.7 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... 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..1e35e4f24d4e8 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@v2.1.7 with: path: | ~/.cargo/registry diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 8661f388461b9..7b04217c6006d 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@v2.1.7 with: path: | ~/.cargo/registry diff --git a/.github/workflows/k8s_e2e.yml b/.github/workflows/k8s_e2e.yml index 5bc824aa09b45..7d307dd243f9e 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@v2.1.7 with: path: | ~/.cargo/registry diff --git a/.github/workflows/test-harness.yml b/.github/workflows/test-harness.yml index e5063ebe4d5e2..62b09d92cc99b 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@v2.1.7 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..ba502c85440d1 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@v2.1.7 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@v2.1.7 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@v2.1.7 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@v2.1.7 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@v2.1.7 name: Cache Cargo registry + index with: path: |