File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 14
14
image : swift:latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
with :
19
19
fetch-depth : 0
20
20
# https://github.com/actions/checkout/issues/766
Original file line number Diff line number Diff line change 24
24
image : ${{ matrix.image }}
25
25
steps :
26
26
- name : Checkout
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
- name : Test
29
29
run : |
30
30
swift test --enable-code-coverage
Original file line number Diff line number Diff line change 14
14
image : swift:5.9-amazonlinux2
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
- name : Archive
19
19
run : |
20
20
swift build
Original file line number Diff line number Diff line change 14
14
image : swiftlang/swift:${{ matrix.image }}
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
- name : Test
19
19
run : |
20
20
swift test
Original file line number Diff line number Diff line change 12
12
timeout-minutes : 15
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 1
18
18
- name : run script
Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ jobs:
17
17
run : |
18
18
apt-get update && apt-get install -y rsync bc
19
19
- name : Checkout
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
with :
22
22
fetch-depth : 0
23
23
path : " package"
24
24
- name : Checkout
25
- uses : actions/checkout@v4
25
+ uses : actions/checkout@v5
26
26
with :
27
27
repository : " hummingbird-project/hummingbird-docs"
28
28
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments