Skip to content

Commit 6b835ee

Browse files
author
Dou Du
committed
update workflow actions version
1 parent 86bf8f8 commit 6b835ee

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

.github/workflows/voila-test.yml

+12-11
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,19 @@ on:
1010

1111
jobs:
1212
check-elements:
13+
name: Check Element
1314
runs-on: ubuntu-latest
1415
steps:
1516
- name: Checkout
16-
uses: actions/checkout@v2
17+
uses: actions/checkout@v4
1718
- name: Install node
18-
uses: actions/setup-node@v1
19+
uses: actions/setup-node@v4
1920
with:
20-
node-version: '18.x'
21+
node-version: '21.x'
2122
- name: Install Python
22-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v5
2324
with:
24-
python-version: '3.9'
25+
python-version: '3.11'
2526
architecture: 'x64'
2627
- name: Install dependencies
2728
run:
@@ -45,7 +46,7 @@ jobs:
4546
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
4647
python3 $GITHUB_WORKSPACE/test/test.py
4748
48-
- uses: actions/upload-artifact@v2
49+
- uses: actions/upload-artifact@v4
4950
with:
5051
name: artifact
5152
path: './*.png'
@@ -55,15 +56,15 @@ jobs:
5556
runs-on: ubuntu-latest
5657
steps:
5758
- name: Checkout
58-
uses: actions/checkout@v2
59+
uses: actions/checkout@v4
5960
- name: Install node
60-
uses: actions/setup-node@v1
61+
uses: actions/setup-node@v4
6162
with:
62-
node-version: '18.x'
63+
node-version: '21.x'
6364
- name: Install Python
64-
uses: actions/setup-python@v2
65+
uses: actions/setup-python@v5
6566
with:
66-
python-version: '3.9'
67+
python-version: '3.11'
6768
architecture: 'x64'
6869
- name: Install dependencies
6970
run:

0 commit comments

Comments
 (0)