File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
JAVASCRIPTKIT_WASI_BACKEND : ${{ matrix.entry.wasi-backend }}
36
36
steps :
37
37
- name : Checkout
38
- uses : actions/checkout@v4
38
+ uses : actions/checkout@v5
39
39
- uses : ./.github/actions/install-swift
40
40
with :
41
41
download-url : ${{ matrix.entry.toolchain.download-url }}
69
69
xcode : Xcode_16.4
70
70
runs-on : ${{ matrix.os }}
71
71
steps :
72
- - uses : actions/checkout@v4
72
+ - uses : actions/checkout@v5
73
73
- run : swift build --package-path ./Examples/Basic
74
74
env :
75
75
DEVELOPER_DIR : /Applications/${{ matrix.xcode }}.app/Contents/Developer/
79
79
container :
80
80
image : swift:6.0.3
81
81
steps :
82
- - uses : actions/checkout@v4
82
+ - uses : actions/checkout@v5
83
83
- run : ./Utilities/format.swift
84
84
- name : Check for formatting changes
85
85
run : |
91
91
build-examples :
92
92
runs-on : ubuntu-latest
93
93
steps :
94
- - uses : actions/checkout@v4
94
+ - uses : actions/checkout@v5
95
95
- uses : ./.github/actions/install-swift
96
96
with :
97
97
download-url : https://download.swift.org/development/ubuntu2204/swift-DEVELOPMENT-SNAPSHOT-2025-06-12-a/swift-DEVELOPMENT-SNAPSHOT-2025-06-12-a-ubuntu22.04.tar.gz
You can’t perform that action at this time.
0 commit comments