49
49
$GITHUB_OUTPUT
50
50
- name : Restore Python virtual environment
51
51
id : cache-venv
52
- uses : actions/cache@v3.3.3
52
+ uses : actions/cache@v4.0.0
53
53
with :
54
54
path : venv
55
55
key : >-
71
71
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
72
72
- name : Restore pre-commit environment
73
73
id : cache-precommit
74
- uses : actions/cache@v3.3.3
74
+ uses : actions/cache@v4.0.0
75
75
with :
76
76
path : ${{ env.PRE_COMMIT_CACHE }}
77
77
key : >-
98
98
check-latest : true
99
99
- name : Restore Python virtual environment
100
100
id : cache-venv
101
- uses : actions/cache@v3.3.3
101
+ uses : actions/cache@v4.0.0
102
102
with :
103
103
path : venv
104
104
fail-on-cache-miss : true
@@ -107,7 +107,7 @@ jobs:
107
107
needs.prepare-base.outputs.python-key }}
108
108
- name : Restore pre-commit environment
109
109
id : cache-precommit
110
- uses : actions/cache@v3.3.3
110
+ uses : actions/cache@v4.0.0
111
111
with :
112
112
path : ${{ env.PRE_COMMIT_CACHE }}
113
113
fail-on-cache-miss : true
@@ -139,7 +139,7 @@ jobs:
139
139
check-latest : true
140
140
- name : Restore Python virtual environment
141
141
id : cache-venv
142
- uses : actions/cache@v3.3.3
142
+ uses : actions/cache@v4.0.0
143
143
with :
144
144
path : venv
145
145
fail-on-cache-miss : true
@@ -167,7 +167,7 @@ jobs:
167
167
check-latest : true
168
168
- name : Restore Python virtual environment
169
169
id : cache-venv
170
- uses : actions/cache@v3.3.3
170
+ uses : actions/cache@v4.0.0
171
171
with :
172
172
path : venv
173
173
fail-on-cache-miss : true
0 commit comments