From 31efd26be8ecdddd74c1bbfe1cf8fc81bcc26853 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 13:57:29 +0000 Subject: [PATCH] Bump actions/cache from 2.1.5 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 3.3.1. - [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.5...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-docker-images.yml | 24 +++++++++---------- .../continuous-integration-workflow.yml | 12 +++++----- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/build-docker-images.yml b/.github/workflows/build-docker-images.yml index 2f0b83ec..18dac3a9 100644 --- a/.github/workflows/build-docker-images.yml +++ b/.github/workflows/build-docker-images.yml @@ -15,17 +15,17 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: ~/.cache/docker/cargo/registry key: ${{ runner.os }}-cargo-registry-${{ hashFiles('data-collector/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: ~/.cache/docker/cargo/git key: ${{ runner.os }}-cargo-index-${{ hashFiles('data-collector/Cargo.lock') }} - name: Cache cargo build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: data-collector/target key: ${{ runner.os }}-cargo-build-target-musl-${{ hashFiles('data-collector/Cargo.lock') }} @@ -53,17 +53,17 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: ~/.cache/docker/cargo/registry key: ${{ runner.os }}-cargo-registry-${{ hashFiles('data-forwarder/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: ~/.cache/docker/cargo/git key: ${{ runner.os }}-cargo-index-${{ hashFiles('data-forwarder/Cargo.lock') }} - name: Cache cargo build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: data-forwarder/target key: ${{ runner.os }}-cargo-build-target-musl-${{ hashFiles('data-forwarder/Cargo.lock') }} @@ -143,17 +143,17 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: ~/.cache/docker/cargo/registry key: ${{ runner.os }}-cargo-registry-${{ hashFiles('report-parser/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: ~/.cache/docker/cargo/git key: ${{ runner.os }}-cargo-index-${{ hashFiles('report-parser/Cargo.lock') }} - name: Cache cargo build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: report-parser/target key: ${{ runner.os }}-cargo-build-target-musl-${{ hashFiles('report-parser/Cargo.lock') }} @@ -181,17 +181,17 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: ~/.cache/docker/cargo/registry key: ${{ runner.os }}-cargo-registry-${{ hashFiles('slack-connector/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: ~/.cache/docker/cargo/git key: ${{ runner.os }}-cargo-index-${{ hashFiles('slack-connector/Cargo.lock') }} - name: Cache cargo build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: slack-connector/target key: ${{ runner.os }}-cargo-build-target-musl-${{ hashFiles('slack-connector/Cargo.lock') }} diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index e750cbd0..c3251ef7 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -12,7 +12,7 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry, index and build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: | ~/.cargo/registry @@ -38,7 +38,7 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry, index and build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: | ~/.cargo/registry @@ -64,7 +64,7 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry, index and build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: | ~/.cargo/registry @@ -93,7 +93,7 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry, index and build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: | ~/.cargo/registry @@ -119,7 +119,7 @@ jobs: with: version: 0.22.2 - name: Cache cargo registry, index and build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: | ~/.cargo/registry @@ -142,7 +142,7 @@ jobs: - name: Checkout uses: actions/checkout@v2.3.4 - name: Cache cargo registry, index and build - uses: actions/cache@v2.1.5 + uses: actions/cache@v3.3.1 with: path: | ~/.cargo/registry