File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1414 actions-config-validation :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 with :
1919 persist-credentials : false
2020
Original file line number Diff line number Diff line change 2626
2727 steps :
2828 - name : checkout
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 persist-credentials : false
3232
Original file line number Diff line number Diff line change 1212 contents : read
1313 steps :
1414 - name : checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 persist-credentials : false
1818
Original file line number Diff line number Diff line change 1212 lint :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 persist-credentials : false
1818
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v5
1919 with :
2020 persist-credentials : false
2121
Original file line number Diff line number Diff line change 1212 test :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 with :
1717 persist-credentials : false
1818
Original file line number Diff line number Diff line change 2020 tag :
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v5
2424 with :
2525 fetch-depth : 0
2626
You can’t perform that action at this time.
0 commit comments