File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
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 3535
3636 steps :
3737 - name : Checkout
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939 - name : Restart Autobahn
4040 # The autobahn service container is started *before* swift-websocket is checked
4141 # out. Restarting the container after the checkout step is needed for the
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 : Restart Autobahn
3030 # The autobahn service container is started *before* swift-websocket is checked
3131 # out. Restarting the container after the checkout step is needed for the
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
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
1717 run : |
1818 apt-get update && apt-get install -y rsync bc
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323 path : " package"
2424 - name : Checkout
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v5
2626 with :
2727 repository : " hummingbird-project/hummingbird-docs"
2828 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments