File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
6
6
runs-on : ubuntu-20.04
7
7
steps :
8
- - uses : actions/checkout@v3
8
+ - uses : actions/checkout@v4
9
9
- uses : actions/setup-python@v4
10
10
with :
11
11
python-version : ' 3.11'
Original file line number Diff line number Diff line change 10
10
if : ${{ github.event.workflow_run.conclusion == 'success' }}
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
# https://github.com/docker/login-action#github-container-registry
15
15
- uses : docker/login-action@v2
16
16
with :
Original file line number Diff line number Diff line change 7
7
if : github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
- uses : actions/setup-python@v4
12
12
with :
13
13
python-version : ' 3.11'
You can’t perform that action at this time.
0 commit comments