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