From 4bd231dbb74c5f6c9fe730c3f5830565fae14561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Aug 2022 19:28:53 +0000 Subject: [PATCH] Bump actions/cache from 3.0.5 to 3.0.7 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.7. - [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/v3.0.5...v3.0.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 556cb5ad7..a135eaed0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,7 +34,7 @@ jobs: override: true - name: Setup Cargo cache - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.7 with: path: | ~/.cargo/registry/index @@ -126,7 +126,7 @@ jobs: override: true - name: Setup Cargo cache - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.7 with: path: | ~/.cargo/registry/index @@ -135,7 +135,7 @@ jobs: key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }} - name: Setup build cache - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.7 with: path: | target @@ -181,7 +181,7 @@ jobs: make - name: Setup Cargo cache - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.7 with: path: | ~/.cargo/registry/index @@ -190,7 +190,7 @@ jobs: key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }} - name: Setup build cache - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.7 with: path: | target @@ -259,7 +259,7 @@ jobs: make - name: Setup Cargo cache - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.7 with: path: | ~/.cargo/registry/index @@ -268,7 +268,7 @@ jobs: key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }} - name: Setup build cache - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.7 with: path: | target @@ -340,7 +340,7 @@ jobs: make - name: Setup Cargo cache - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.7 with: path: | ~/.cargo/registry/index @@ -349,7 +349,7 @@ jobs: key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }} - name: Setup build cache - uses: actions/cache@v3.0.5 + uses: actions/cache@v3.0.7 with: path: | target