diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f314044..a92790d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: 'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv key: >- @@ -59,7 +59,7 @@ jobs: hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT - name: Restore pre-commit environment id: cache-precommit - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: ${{ env.PRE_COMMIT_CACHE }} key: >- @@ -97,7 +97,7 @@ jobs: check-latest: true - name: Restore Python virtual environment id: cache-venv - uses: actions/cache/restore@v3.3.3 + uses: actions/cache/restore@v4.0.0 with: fail-on-cache-miss: true path: venv @@ -105,7 +105,7 @@ jobs: needs.prepare-base.outputs.python-key }} - name: Restore pre-commit environment id: cache-precommit - uses: actions/cache/restore@v3.3.3 + uses: actions/cache/restore@v4.0.0 with: fail-on-cache-miss: true path: ${{ env.PRE_COMMIT_CACHE }} @@ -131,7 +131,7 @@ jobs: check-latest: true - name: Restore Python virtual environment id: cache-venv - uses: actions/cache/restore@v3.3.3 + uses: actions/cache/restore@v4.0.0 with: fail-on-cache-miss: true path: venv @@ -157,7 +157,7 @@ jobs: check-latest: true - name: Restore Python virtual environment id: cache-venv - uses: actions/cache/restore@v3.3.3 + uses: actions/cache/restore@v4.0.0 with: fail-on-cache-miss: true path: venv @@ -195,7 +195,7 @@ jobs: 'requirements_test_pre_commit.txt') }}" >> $GITHUB_OUTPUT - name: Restore Python virtual environment id: cache-venv - uses: actions/cache@v3.3.3 + uses: actions/cache@v4.0.0 with: path: venv key: >-