File tree Expand file tree Collapse file tree 5 files changed +18
-18
lines changed Expand file tree Collapse file tree 5 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout Actions
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v3
1717 - name : Install Actions
1818 run : cd ./.github/actions && npm install --production && cd ../..
1919 - name : Stale Closer
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout Actions
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v3
1717 - name : Install Actions
1818 run : cd ./.github/actions && npm install --production && cd ../..
1919 - name : Stale Closer
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515
16- - name : Use Node.js 14.16.x
17- uses : actions/setup-node@v1
16+ - name : Use Node.js 16
17+ uses : actions/setup-node@v3
1818 with :
19- node-version : 14.16.x
19+ node-version : 16
2020
2121 - name : Install Dependencies
2222 run : yarn install
@@ -35,13 +35,13 @@ jobs:
3535 working-directory : Extension
3636
3737 - name : Run unit tests
38- uses : GabrielBB/xvfb-action@v1.4
38+ uses : GabrielBB/xvfb-action@v1.6
3939 with :
4040 run : yarn run unitTests
4141 working-directory : Extension
4242
4343# - name: Run languageServer integration tests
44- # uses: GabrielBB/xvfb-action@v1.4
44+ # uses: GabrielBB/xvfb-action@v1.6
4545# with:
4646# run: yarn run integrationTests
4747# working-directory: Extension
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 runs-on : macos-latest
1212
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515
16- - name : Use Node.js 14.16.x
17- uses : actions/setup-node@v1
16+ - name : Use Node.js 16
17+ uses : actions/setup-node@v3
1818 with :
19- node-version : 14.16.x
19+ node-version : 16
2020
2121 - name : Install Dependencies
2222 run : yarn install --network-timeout 100000
@@ -35,13 +35,13 @@ jobs:
3535 working-directory : Extension
3636
3737 - name : Run unit tests
38- uses : GabrielBB/xvfb-action@v1.4
38+ uses : GabrielBB/xvfb-action@v1.6
3939 with :
4040 run : yarn run unitTests
4141 working-directory : Extension
4242
4343# - name: Run languageServer integration tests
44- # uses: GabrielBB/xvfb-action@v1.4
44+ # uses: GabrielBB/xvfb-action@v1.6
4545# with:
4646# run: yarn run integrationTests
4747# working-directory: Extension
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 runs-on : windows-latest
1212
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515
16- - name : Use Node.js 14.16.x
17- uses : actions/setup-node@v1
16+ - name : Use Node.js 16
17+ uses : actions/setup-node@v3
1818 with :
19- node-version : 14.16.x
19+ node-version : 16
2020
2121 - name : Install Dependencies
2222 run : yarn install
You can’t perform that action at this time.
0 commit comments