File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 - isolated
2121
2222 steps :
23- - uses : actions/checkout@v2
23+ - uses : actions/checkout@v3
2424 with :
2525 fetch-depth : 0
2626
Original file line number Diff line number Diff line change 1313 fail-fast : false
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 # Get all of the git history. https://github.com/actions/checkout
1818 with :
1919 fetch-depth : 0
Original file line number Diff line number Diff line change 1313 fail-fast : false
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 with :
1818 fetch-depth : 0
1919
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v3
1818 with :
1919 fetch-depth : 0
2020 - name : Set up Python
Original file line number Diff line number Diff line change 2222 - pypy3
2323
2424 steps :
25- - uses : actions/checkout@v2
25+ - uses : actions/checkout@v3
2626 with :
2727 fetch-depth : 0
2828
You can’t perform that action at this time.
0 commit comments