From 6816854ff7cb6e6cd5078dfdee2149b280c23a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jun 2022 19:33:32 +0000 Subject: [PATCH] Bump actions/cache from 3.0.3 to 3.0.4 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.3 to 3.0.4. - [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.3...v3.0.4) --- 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 8b432ab46..86bb512cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: override: true - name: Setup Cargo cache - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.0.4 with: path: | ~/.cargo/registry/index @@ -110,7 +110,7 @@ jobs: override: true - name: Setup Cargo cache - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.0.4 with: path: | ~/.cargo/registry/index @@ -119,7 +119,7 @@ jobs: key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }} - name: Setup build cache - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.0.4 with: path: | target @@ -165,7 +165,7 @@ jobs: make - name: Setup Cargo cache - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.0.4 with: path: | ~/.cargo/registry/index @@ -174,7 +174,7 @@ jobs: key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }} - name: Setup build cache - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.0.4 with: path: | target @@ -230,7 +230,7 @@ jobs: make - name: Setup Cargo cache - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.0.4 with: path: | ~/.cargo/registry/index @@ -239,7 +239,7 @@ jobs: key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }} - name: Setup build cache - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.0.4 with: path: | target @@ -284,7 +284,7 @@ jobs: make - name: Setup Cargo cache - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.0.4 with: path: | ~/.cargo/registry/index @@ -293,7 +293,7 @@ jobs: key: ${{ runner.os }}-cargo-deps-msrv-${{ hashFiles('**/Cargo.lock') }} - name: Setup build cache - uses: actions/cache@v3.0.3 + uses: actions/cache@v3.0.4 with: path: | target