From d581b29ac013e68d75edbf882f1964c07306868e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 09:56:59 +0000 Subject: [PATCH] Bump actions/cache from 2.1.4 to 3.2.5 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.2.5. - [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.2.5) --- 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..69af4aa 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.2.5 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..4fdfa9e 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.2.5 env: cache-name: cache-pre-commit-hooks if: matrix.IS_FASTEST_JOB == true