File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 hashFiles('pyproject.toml', 'requirements/**.txt') }}" >> $GITHUB_OUTPUT
4343 - name : Restore Python virtual environment
4444 id : cache-venv
45- uses : actions/cache@v4.0.1
45+ uses : actions/cache@v4.0.2
4646 with :
4747 path : .venv
4848 key : >-
5555 hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
5656 - name : Restore pre-commit environment
5757 id : cache-precommit
58- uses : actions/cache@v4.0.1
58+ uses : actions/cache@v4.0.2
5959 with :
6060 path : ${{ env.PRE_COMMIT_CACHE }}
6161 key : >-
@@ -80,14 +80,14 @@ jobs:
8080 check-latest : true
8181 - name : Restore Python virtual environment
8282 id : cache-venv
83- uses : actions/cache@v4.0.1
83+ uses : actions/cache@v4.0.2
8484 with :
8585 path : .venv
8686 fail-on-cache-miss : true
8787 key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ needs.prepare-base.outputs.python-key }}
8888 - name : Restore pre-commit environment
8989 id : cache-precommit
90- uses : actions/cache@v4.0.1
90+ uses : actions/cache@v4.0.2
9191 with :
9292 path : ${{ env.PRE_COMMIT_CACHE }}
9393 fail-on-cache-miss : true
You can’t perform that action at this time.
0 commit comments