From bc898471699aff62f0ca0f188c765664c7e8a866 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 15:00:27 +0000 Subject: [PATCH] Bump actions/cache from 3.3.0 to 3.3.1 Bumps [actions/cache](https://github.com/actions/cache) from 3.3.0 to 3.3.1. - [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.0...v3.3.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/cross-compile.yml | 2 +- .github/workflows/release-pr-merge.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9fb3dc..26e1e81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.3.0 + - uses: actions/cache@v3.3.1 with: path: | ~/.cargo/registry @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.3.0 + - uses: actions/cache@v3.3.1 with: path: | ~/.cargo/registry @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.3.0 + - uses: actions/cache@v3.3.1 with: path: | ~/.cargo/registry diff --git a/.github/workflows/cross-compile.yml b/.github/workflows/cross-compile.yml index d1c989a..51bd14d 100644 --- a/.github/workflows/cross-compile.yml +++ b/.github/workflows/cross-compile.yml @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v3 with: ref: refs/tags/${{ github.event.inputs.versionTag }} - - uses: actions/cache@v3.3.0 + - uses: actions/cache@v3.3.1 with: path: | ~/.cargo/registry diff --git a/.github/workflows/release-pr-merge.yml b/.github/workflows/release-pr-merge.yml index 0c0ca36..b6761c9 100644 --- a/.github/workflows/release-pr-merge.yml +++ b/.github/workflows/release-pr-merge.yml @@ -78,7 +78,7 @@ jobs: - uses: actions/checkout@v3 with: ref: refs/tags/${{ env.RELEASE_VERSION }} - - uses: actions/cache@v3.3.0 + - uses: actions/cache@v3.3.1 with: path: | ~/.cargo/registry