File tree Expand file tree Collapse file tree 4 files changed +233
-200
lines changed Expand file tree Collapse file tree 4 files changed +233
-200
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ jobs:
1515 name : Check Modules
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@main
19- - uses : actions/setup-node@v2
18+ - uses : actions/checkout@v3
19+ - uses : actions/setup-node@v3
2020 with :
21- node-version : 17 .x
22- - uses : actions/setup-python@v2
21+ node-version : 18 .x
22+ - uses : actions/setup-python@v4
2323 with :
2424 python-version : " 3.8"
2525 - name : Check whether or not necessary modules are installed.
@@ -30,10 +30,10 @@ jobs:
3030 name : Check whether or not transpilation is completed.
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@main
34- - uses : actions/setup-node@v2
33+ - uses : actions/checkout@v3
34+ - uses : actions/setup-node@v3
3535 with :
36- node-version : 17 .x
36+ node-version : 18 .x
3737 - name : Check transpilation
3838 run : |
3939 npm install
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
1919 - ubuntu-latest
2020 - macOS-latest
2121 swift-version :
22- - 5.6
23- - DEVELOPMENT-SNAPSHOT-2022-03-31 -a
22+ - 5.7.2
23+ - DEVELOPMENT-SNAPSHOT-2023-01-12 -a
2424 runs-on : ${{ matrix.os }}
2525 steps :
26- - uses : actions/checkout@main
26+ - uses : actions/checkout@v3
2727 - name : Install Swift.
2828 uses : ./
2929 with :
4141 - macOS-latest
4242 runs-on : ${{ matrix.os }}
4343 steps :
44- - uses : actions/checkout@main
44+ - uses : actions/checkout@v3
4545 - name : Install Swift.
4646 uses : ./
4747 with :
You can’t perform that action at this time.
0 commit comments