File tree Expand file tree Collapse file tree 5 files changed +23
-23
lines changed
Expand file tree Collapse file tree 5 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
45- uses : github/codeql-action/init@v2
45+ uses : github/codeql-action/init@v3
4646 with :
4747 languages : ${{ matrix.language }}
4848 # If you wish to specify custom queries, you can do so here or in a config file.
5353 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5454 # If this step fails, then you should remove it and run the build manually (see below)
5555 - name : Autobuild
56- uses : github/codeql-action/autobuild@v2
56+ uses : github/codeql-action/autobuild@v3
5757
5858 # ℹ️ Command-line programs to run using the OS shell.
5959 # 📚 https://git.io/JvXDl
6767 # make release
6868
6969 - name : Perform CodeQL Analysis
70- uses : github/codeql-action/analyze@v2
70+ uses : github/codeql-action/analyze@v3
7171 continue-on-error : true
Original file line number Diff line number Diff line change 88 publish :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v3
12- - uses : actions/setup-node@v3
11+ - uses : actions/checkout@v4
12+ - uses : actions/setup-node@v4
1313 with :
14- node-version : 20
14+ node-version-file : .nvmrc
1515 registry-url : https://registry.npmjs.org/
1616 always-auth : true
1717 - run : yarn install --frozen-lockfile
Original file line number Diff line number Diff line change @@ -11,25 +11,25 @@ jobs:
1111 runs-on : ${{ matrix.os }}
1212 strategy :
1313 matrix :
14- os : [windows-2019 , windows-2022 ]
14+ os : [windows-2022 , windows-2025 ]
1515 browser : [chromium, firefox]
1616 steps :
17- - uses : actions/checkout@v3
18- - uses : actions/setup-node@v3
17+ - uses : actions/checkout@v4
18+ - uses : actions/setup-node@v4
1919 with :
20- node-version : 20
20+ node-version-file : .nvmrc
2121 - name : Guidepup Setup
22- uses : guidepup/setup-action@0.17.2
22+ uses : guidepup/setup-action@0.17.3
2323 with :
2424 record : true
2525 - run : yarn install --frozen-lockfile
2626 - run : yarn pretest
2727 - run : yarn test:nvda:${{ matrix.browser }}
28- - uses : actions/upload-artifact@v3
28+ - uses : actions/upload-artifact@v4
2929 if : always()
3030 continue-on-error : true
3131 with :
32- name : artifacts
32+ name : artifacts-${{ matrix.os }}-${{ matrix.browser }}
3333 path : |
3434 **/test-results/**/*
3535 **/recordings/**/*
Original file line number Diff line number Diff line change @@ -14,22 +14,22 @@ jobs:
1414 os : [macos-12, macos-13, macos-14]
1515 browser : [chromium, firefox, webkit]
1616 steps :
17- - uses : actions/checkout@v3
18- - uses : actions/setup-node@v3
17+ - uses : actions/checkout@v4
18+ - uses : actions/setup-node@v4
1919 with :
20- node-version : 20
20+ node-version-file : .nvmrc
2121 - name : Guidepup Setup
22- uses : guidepup/setup-action@0.17.2
22+ uses : guidepup/setup-action@0.17.3
2323 with :
2424 record : true
2525 - run : yarn install --frozen-lockfile
2626 - run : yarn pretest
2727 - run : yarn test:voiceover:${{ matrix.browser }}
28- - uses : actions/upload-artifact@v3
28+ - uses : actions/upload-artifact@v4
2929 if : always()
3030 continue-on-error : true
3131 with :
32- name : artifacts
32+ name : artifacts-${{ matrix.os }}-${{ matrix.browser }}
3333 path : |
3434 **/test-results/**/*
3535 **/recordings/**/*
Original file line number Diff line number Diff line change 1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v3
14- - uses : actions/setup-node@v3
13+ - uses : actions/checkout@v4
14+ - uses : actions/setup-node@v4
1515 with :
16- node-version : 20
16+ node-version-file : .nvmrc
1717 - run : yarn install --frozen-lockfile
1818 - run : yarn ci
You can’t perform that action at this time.
0 commit comments