33
33
pre-commit-key : ${{ steps.generate-pre-commit-key.outputs.key }}
34
34
steps :
35
35
- name : Check out code from GitHub
36
- uses : actions/checkout@v3.2 .0
36
+ uses : actions/checkout@v3.3 .0
37
37
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
38
38
id : python
39
39
48
48
'requirements_test_min.txt') }}" >> $GITHUB_OUTPUT
49
49
- name : Restore Python virtual environment
50
50
id : cache-venv
51
-
51
+
52
52
with :
53
53
path : venv
54
54
key : >-
69
69
hashFiles('.pre-commit-config.yaml') }}" >> $GITHUB_OUTPUT
70
70
- name : Restore pre-commit environment
71
71
id : cache-precommit
72
-
72
+
73
73
with :
74
74
path : ${{ env.PRE_COMMIT_CACHE }}
75
75
key : >-
87
87
needs : prepare-base
88
88
steps :
89
89
- name : Check out code from GitHub
90
- uses : actions/checkout@v3.2 .0
90
+ uses : actions/checkout@v3.3 .0
91
91
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
92
92
id : python
93
93
96
96
check-latest : true
97
97
- name : Restore Python virtual environment
98
98
id : cache-venv
99
-
99
+
100
100
with :
101
101
path : venv
102
102
key :
@@ -109,7 +109,7 @@ jobs:
109
109
exit 1
110
110
- name : Restore pre-commit environment
111
111
id : cache-precommit
112
-
112
+
113
113
with :
114
114
path : ${{ env.PRE_COMMIT_CACHE }}
115
115
key : ${{ runner.os }}-${{ needs.prepare-base.outputs.pre-commit-key }}
@@ -136,7 +136,7 @@ jobs:
136
136
needs : prepare-base
137
137
steps :
138
138
- name : Check out code from GitHub
139
- uses : actions/checkout@v3.2 .0
139
+ uses : actions/checkout@v3.3 .0
140
140
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
141
141
id : python
142
142
@@ -145,7 +145,7 @@ jobs:
145
145
check-latest : true
146
146
- name : Restore Python virtual environment
147
147
id : cache-venv
148
-
148
+
149
149
with :
150
150
path : venv
151
151
key :
@@ -168,7 +168,7 @@ jobs:
168
168
needs : prepare-base
169
169
steps :
170
170
- name : Check out code from GitHub
171
- uses : actions/checkout@v3.2 .0
171
+ uses : actions/checkout@v3.3 .0
172
172
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
173
173
id : python
174
174
@@ -177,7 +177,7 @@ jobs:
177
177
check-latest : true
178
178
- name : Restore Python virtual environment
179
179
id : cache-venv
180
-
180
+
181
181
with :
182
182
path : venv
183
183
key :
0 commit comments