File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 units :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515 - run : npm ci
1616 - run : npm test
1717
2222 matrix :
2323 include :
2424 - swift-version : wasm-5.7.1-RELEASE
25- os : ubuntu-20 .04
25+ os : ubuntu-22 .04
2626 - swift-version : wasm-5.6.0-RELEASE
2727 os : macos-11
2828 - swift-version : wasm-5.8.0-RELEASE
@@ -31,21 +31,21 @@ jobs:
3131 runs-on : ${{ matrix.os }}
3232 container : ${{ matrix.container }}
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535 - uses : ./
3636 with :
3737 swift-version : ${{ matrix.swift-version }}
3838 - run : swift --version
3939 test-default :
4040 runs-on : ubuntu-22.04
4141 steps :
42- - uses : actions/checkout@v3
42+ - uses : actions/checkout@v4
4343 - uses : ./
4444 - run : swift --version
4545 test-skip-add-to-path :
4646 runs-on : ubuntu-22.04
4747 steps :
48- - uses : actions/checkout@v3
48+ - uses : actions/checkout@v4
4949 - uses : ./
5050 id : setup
5151 with :
6464 env :
6565 TOOLCHAIN_PATH : ${{ steps.setup.outputs.toolchain-path }}
6666 test-nightly :
67- runs-on : ubuntu-20.04
67+ runs-on : ubuntu-latest
6868 steps :
69- - uses : actions/checkout@v3
69+ - uses : actions/checkout@v4
7070 - uses : ./nightly
7171 - run : swift --version
You can’t perform that action at this time.
0 commit comments