diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 4546ea6..a22c829 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -48,7 +48,7 @@ jobs: $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: .venv key: >- @@ -61,7 +61,7 @@ jobs: hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT - name: Restore pre-commit environment id: cache-precommit - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: ${{ env.PRE_COMMIT_CACHE }} key: >- @@ -86,14 +86,14 @@ jobs: check-latest: true - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: .venv fail-on-cache-miss: true key: ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ needs.prepare-base.outputs.python-key }} - name: Restore pre-commit environment id: cache-precommit - uses: actions/cache@v3.3.2 + uses: actions/cache@v3.3.3 with: path: ${{ env.PRE_COMMIT_CACHE }} fail-on-cache-miss: true