File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 TAP_MYSQL_VENV : tap_mysql_venv
1818
1919 steps :
20- - uses : actions/checkout@v2
20+ - uses : actions/checkout@v3
2121 with :
2222 submodules : " recursive"
2323 - name : Setup Python 3.8
@@ -136,7 +136,7 @@ jobs:
136136 if : " startsWith(github.ref, 'refs/tags/') || contains(github.event.head_commit.message, '[artifacts]')"
137137 needs : build_and_test
138138 steps :
139- - uses : actions/checkout@v1
139+ - uses : actions/checkout@v3
140140 - name : Set up Python
141141 uses : actions/setup-python@v1
142142 with :
@@ -165,7 +165,7 @@ jobs:
165165 if : " startsWith(github.ref, 'refs/tags/') || contains(github.event.head_commit.message, '[artifacts]')"
166166 needs : build_and_test
167167 steps :
168- - uses : actions/checkout@v1
168+ - uses : actions/checkout@v3
169169 - name : Set up Python
170170 uses : actions/setup-python@v1
171171 with :
@@ -203,7 +203,7 @@ jobs:
203203 if : " startsWith(github.ref, 'refs/tags/') || contains(github.event.head_commit.message, '[artifacts]')"
204204 needs : build_and_test
205205 steps :
206- - uses : actions/checkout@v1
206+ - uses : actions/checkout@v3
207207 - name : Set up Python
208208 uses : actions/setup-python@v1
209209 with :
You can’t perform that action at this time.
0 commit comments