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 51
51
runs-on : ubuntu-latest
52
52
steps :
53
53
- uses : actions/checkout@v3
54
- - uses : actions/setup-python@v3
54
+ - uses : actions/setup-python@v4
55
55
with :
56
56
python-version : " 3.7"
57
57
-
uses :
pre-commit/[email protected]
@@ -121,7 +121,7 @@ jobs:
121
121
- uses : actions/checkout@v3
122
122
with :
123
123
submodules : true
124
- - uses : actions/setup-python@v3
124
+ - uses : actions/setup-python@v4
125
125
with :
126
126
python-version : 3.7
127
127
- name : Install and run tests
@@ -218,7 +218,7 @@ jobs:
218
218
with :
219
219
submodules : true
220
220
- name : Set up OS=ubuntu-latest::Python=3.7::Splunk=${{ matrix.splunk-version }}
221
- uses : actions/setup-python@v3
221
+ uses : actions/setup-python@v4
222
222
with :
223
223
python-version : 3.7
224
224
- name : Install and run tests
@@ -241,7 +241,7 @@ jobs:
241
241
submodules : false
242
242
persist-credentials : false
243
243
- name : Setup python
244
- uses : actions/setup-python@v3
244
+ uses : actions/setup-python@v4
245
245
with :
246
246
python-version : " 3.7"
247
247
- uses : actions/download-artifact@v3
You can’t perform that action at this time.
0 commit comments