From ec79969f8cd32facb3847ab027d2947df8bedc7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 06:51:51 +0000 Subject: [PATCH] :arrow_up: Bump actions/cache from 3.3.1 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 3.3.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/v3.3.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 24 ++++++++++++------------ .github/workflows/release.yml | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3d8f664..6b525f2 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -37,17 +37,17 @@ jobs: components: clippy # caching - name: Cache cargo registry - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.cargo/registry key: ${{ runner.os }}-v1-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.cargo/git key: ${{ runner.os }}-v1-cargo-index-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo target dir - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: target key: ${{ runner.os }}-v1-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} @@ -75,17 +75,17 @@ jobs: profile: minimal # caching - name: Cache cargo registry - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.cargo/registry key: ${{ runner.os }}-v1-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.cargo/git key: ${{ runner.os }}-v1-cargo-index-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo target dir - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: target key: ${{ runner.os }}-v1-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} @@ -108,17 +108,17 @@ jobs: profile: minimal # caching - name: Cache cargo registry - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.cargo/registry key: ${{ runner.os }}-v1-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.cargo/git key: ${{ runner.os }}-v1-cargo-index-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo target dir - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: target key: ${{ runner.os }}-v1-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} @@ -149,17 +149,17 @@ jobs: profile: minimal # caching - name: Cache cargo registry - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.cargo/registry key: ${{ runner.os }}-v1-cargo-registry-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo index - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: ~/.cargo/git key: ${{ runner.os }}-v1-cargo-index-${{ hashFiles('**/Cargo.lock') }} - name: Cache cargo target dir - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: target key: ${{ runner.os }}-v1-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 248c06a..9e29eee 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -81,7 +81,7 @@ jobs: # Cache files between builds - name: Setup | Cache Cargo - uses: actions/cache@v3.3.1 + uses: actions/cache@v3.3.2 with: path: | ~/.cargo/registry