diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5912363..fbfdfe1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -35,7 +35,7 @@ jobs: python-version: ${{ env.DEFAULT_PYTHON }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.3 with: path: venv key: | @@ -50,7 +50,7 @@ jobs: pip install -e ".[dev]" - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.3 with: path: ${{ env.PRE_COMMIT_CACHE }} lookup-only: true @@ -79,7 +79,7 @@ jobs: python-version: ${{ needs.prepare.outputs.python-version }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.3 with: path: venv key: | @@ -92,7 +92,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.3 with: path: ${{ env.PRE_COMMIT_CACHE }} key: | @@ -125,7 +125,7 @@ jobs: python-version: ${{ needs.prepare.outputs.python-version }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.3 with: path: venv key: | @@ -138,7 +138,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.3 with: path: ${{ env.PRE_COMMIT_CACHE }} key: | @@ -171,7 +171,7 @@ jobs: python-version: ${{ needs.prepare.outputs.python-version }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.3 with: path: venv key: | @@ -184,7 +184,7 @@ jobs: exit 1 - name: Restore pre-commit environment from cache id: cache-precommit - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.3 with: path: ${{ env.PRE_COMMIT_CACHE }} key: | @@ -260,7 +260,7 @@ jobs: python-version: ${{ needs.prepare.outputs.python-version }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.3 with: path: venv key: | @@ -311,7 +311,7 @@ jobs: python-version: ${{ needs.prepare.outputs.python-version }} - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.2.3 with: path: venv key: |