File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -27,24 +27,24 @@ jobs:
27
27
runs-on : ubuntu-latest
28
28
steps :
29
29
- name : Checkout
30
- uses : actions/checkout@v3
30
+ uses : actions/checkout@v4
31
31
- name : Set up Node
32
- uses : actions/setup-node@v3
32
+ uses : actions/setup-node@v4
33
33
with :
34
- node-version : 18
34
+ node-version : 20
35
35
cache : ' npm'
36
36
- name : Setup Python
37
- uses : actions/setup-python@v4
37
+ uses : actions/setup-python@v5
38
38
with :
39
- python-version : " 3.10 "
39
+ python-version : " 3.13 "
40
40
- name : Install dependencies and build Scapy
41
41
run : npm install
42
42
- name : Build
43
43
run : npm run build
44
44
- name : Setup Pages
45
- uses : actions/configure-pages@v3
45
+ uses : actions/configure-pages@v5
46
46
- name : Upload artifact
47
- uses : actions/upload-pages-artifact@v1
47
+ uses : actions/upload-pages-artifact@v3
48
48
with :
49
49
# Upload dist repository
50
50
path : ' ./dist'
59
59
steps :
60
60
- name : Deploy to GitHub Pages
61
61
id : deployment
62
- uses : actions/deploy-pages@v1
62
+ uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments