File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
java-version : ['8']
18
18
fail-fast : false
19
19
steps :
20
- - uses : actions/checkout@v2
20
+ - uses : actions/checkout@v4
21
21
- name : Set up Python ${{ matrix.python-version }}
22
22
uses : actions/setup-python@v1
23
23
with :
56
56
python-version : [3.7]
57
57
fail-fast : false
58
58
steps :
59
- - uses : actions/checkout@v2
59
+ - uses : actions/checkout@v4
60
60
- name : Set up Python ${{ matrix.python-version }}
61
61
uses : actions/setup-python@v1
62
62
with :
77
77
python-version : [3.7]
78
78
fail-fast : false
79
79
steps :
80
- - uses : actions/checkout@v2
80
+ - uses : actions/checkout@v4
81
81
- name : Set up Python ${{ matrix.python-version }}
82
82
uses : actions/setup-python@v1
83
83
with :
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
if : ${{ github.actor == 'dependabot[bot]' && github.event.workflow_run.conclusion == 'success' }}
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v4
22
22
with :
23
23
ref : ${{ github.event.workflow_run.head_branch }}
24
24
- name : Auto-approve Dependabot PR
Original file line number Diff line number Diff line change 13
13
max-parallel : 4
14
14
fail-fast : false
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
- name : Set up Python ${{ matrix.python-version }}
18
18
uses : actions/setup-python@v1
19
19
with :
You can’t perform that action at this time.
0 commit comments