From aee6a4365fcc36906868b2ad3ea56c285c643d3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 09:18:06 +0000 Subject: [PATCH] Bump actions/cache from 2.1.4 to 3.0.10 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 3.0.10. - [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.0.10) --- 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..8591d0b 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.0.10 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..9f41d01 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.0.10 env: cache-name: cache-pre-commit-hooks if: matrix.IS_FASTEST_JOB == true