There was an error while loading. Please reload this page.
1 parent cf255ab commit 02122bfCopy full SHA for 02122bf
1 file changed
.github/workflows/main.yml
@@ -20,21 +20,21 @@ jobs:
20
21
steps:
22
- name: Check out the repository
23
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
24
25
- name: Setup Node.js
26
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
27
with:
28
- node-version: '16.x'
+ node-version: '24.x'
29
30
- - name: Setup Python 3.10
31
- uses: actions/setup-python@v6
+ - name: Setup Python
+ uses: actions/setup-python@v5
32
33
- python-version: '3.10'
+ python-version: '3.13'
34
35
- name: Setup MSBuild
36
if: startsWith(matrix.os, 'windows')
37
- uses: microsoft/setup-msbuild@v1.1
+ uses: microsoft/setup-msbuild@v2
38
39
- name: Install dependencies
40
run: yarn
0 commit comments