From 475659dd26a91d4efaaa1cb55c444ba69e2abc4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Mar 2023 09:56:36 +0000 Subject: [PATCH] Bump actions/cache from 2.1.4 to 3.3.0 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.3.0. - [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/v2.1.4...v3.3.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dev-test.yaml | 2 +- .github/workflows/publish.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev-test.yaml b/.github/workflows/dev-test.yaml index 65a81f6..c03ae66 100644 --- a/.github/workflows/dev-test.yaml +++ b/.github/workflows/dev-test.yaml @@ -55,7 +55,7 @@ jobs: python -m venv venv - name: Cache Pre-commit hooks - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.3.0 env: cache-name: cache-pre-commit-hooks if: matrix.IS_FASTEST_JOB == true diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 49cf142..e0f2a07 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -69,7 +69,7 @@ jobs: run: if [$(git ls-remote --tags origin | grep v${{ steps.extract_version.outputs.package-version }}) = '']; then echo Tag does not exist on remote; else echo Tag already exists on remote && exit 1; fi - name: Cache Pre-commit hooks - uses: actions/cache@v2.1.4 + uses: actions/cache@v3.3.0 env: cache-name: cache-pre-commit-hooks if: matrix.IS_FASTEST_JOB == true