From b57fd0078c3467dfd71fcf2c708bbe226c87f0cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 19:26:03 +0000 Subject: [PATCH] Bump actions/cache from 3.0.8 to 3.0.11 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.11. - [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.8...v3.0.11) --- 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 828ff3a04..38197b834 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.8 + uses: actions/cache@v3.0.11 with: path: | ~/.cargo/registry/index @@ -126,7 +126,7 @@ jobs: override: true - name: Setup Cargo cache - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.11 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.8 + uses: actions/cache@v3.0.11 with: path: | target @@ -184,7 +184,7 @@ jobs: make - name: Setup Cargo cache - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.11 with: path: | ~/.cargo/registry/index @@ -193,7 +193,7 @@ jobs: key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }} - name: Setup build cache - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.11 with: path: | target @@ -265,7 +265,7 @@ jobs: make - name: Setup Cargo cache - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.11 with: path: | ~/.cargo/registry/index @@ -274,7 +274,7 @@ jobs: key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }} - name: Setup build cache - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.11 with: path: | target @@ -349,7 +349,7 @@ jobs: make - name: Setup Cargo cache - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.11 with: path: | ~/.cargo/registry/index @@ -358,7 +358,7 @@ jobs: key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }} - name: Setup build cache - uses: actions/cache@v3.0.8 + uses: actions/cache@v3.0.11 with: path: | target