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 1414 image : swift:latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 fetch-depth : 0
2020 # https://github.com/actions/checkout/issues/766
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929 - name : Build
3030 run : swift build --build-tests --configuration debug -Xswiftc -enable-testing -Xswiftc -warnings-as-errors -Xcc -Werror
3131 - name : Run Tests
Original file line number Diff line number Diff line change 1212 timeout-minutes : 15
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 fetch-depth : 1
1818 - name : run script
You can’t perform that action at this time.
0 commit comments