File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 16
16
python-version : [3.7]
17
17
18
18
steps :
19
- - uses : actions/checkout@v2
20
- - uses : actions/checkout@v2
19
+ - uses : actions/checkout@v4
20
+ - uses : actions/checkout@v4
21
21
- run : |
22
22
git fetch origin gh-pages
23
23
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 11
11
if : ${{ github.event.workflow_run.conclusion == 'success' }}
12
12
steps :
13
13
- name : Checkout
14
- uses : actions/checkout@v2
14
+ uses : actions/checkout@v4
15
15
with :
16
16
persist-credentials : false
17
17
- name : Setup Node.js
Original file line number Diff line number Diff line change 18
18
DEBUG_PROXY : 1
19
19
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v4
22
22
- name : Use Node.js ${{ matrix.node-version }}
23
23
uses : actions/setup-node@v1
24
24
with :
You can’t perform that action at this time.
0 commit comments