From ed1704a01c15d1deaccb34cc399f80df5884110e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 03:49:59 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4.1.1 to 4.1.2 Bumps [actions/cache](https://github.com/actions/cache) from 4.1.1 to 4.1.2. - [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/v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/test.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 96731451..17e97aa6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -33,7 +33,7 @@ jobs: # Configure cache for Cargo - name: Cache Cargo registry, index - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 id: cache-cargo with: path: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cd072b1..789b94a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,7 +67,7 @@ jobs: # Cache dependencies to speed up subsequent builds. - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ~/.cargo key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} @@ -129,7 +129,7 @@ jobs: # Cache dependencies to speed up subsequent builds - name: Cache dependencies - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ~/.cargo key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} @@ -220,7 +220,7 @@ jobs: # Cache dependencies to speed up subsequent builds - name: Cache dependencies id: cache-dependencies - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: /home/runner/.cargo/registry/index/ key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d3e02f1a..c839b21d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: # Configure cache - name: Configure cache - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: | ~/.cargo/bin/