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 48
48
$GITHUB_OUTPUT
49
49
- name : Restore Python virtual environment
50
50
id : cache-venv
51
- uses : actions/cache@v3.3.2
51
+ uses : actions/cache@v4.0.0
52
52
with :
53
53
path : .venv
54
54
key : >-
61
61
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
62
62
- name : Restore pre-commit environment
63
63
id : cache-precommit
64
- uses : actions/cache@v3.3.2
64
+ uses : actions/cache@v4.0.0
65
65
with :
66
66
path : ${{ env.PRE_COMMIT_CACHE }}
67
67
key : >-
@@ -86,14 +86,14 @@ jobs:
86
86
check-latest : true
87
87
- name : Restore Python virtual environment
88
88
id : cache-venv
89
- uses : actions/cache@v3.3.2
89
+ uses : actions/cache@v4.0.0
90
90
with :
91
91
path : .venv
92
92
fail-on-cache-miss : true
93
93
key : ${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{ needs.prepare-base.outputs.python-key }}
94
94
- name : Restore pre-commit environment
95
95
id : cache-precommit
96
- uses : actions/cache@v3.3.2
96
+ uses : actions/cache@v4.0.0
97
97
with :
98
98
path : ${{ env.PRE_COMMIT_CACHE }}
99
99
fail-on-cache-miss : true
You can’t perform that action at this time.
0 commit comments