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:
2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v3
30+ uses : actions/checkout@v4
3131 - name : Set up Node
32- uses : actions/setup-node@v3
32+ uses : actions/setup-node@v4
3333 with :
34- node-version : 18
34+ node-version : 20
3535 cache : ' npm'
3636 - name : Setup Python
37- uses : actions/setup-python@v4
37+ uses : actions/setup-python@v5
3838 with :
39- python-version : " 3.10 "
39+ python-version : " 3.13 "
4040 - name : Install dependencies and build Scapy
4141 run : npm install
4242 - name : Build
4343 run : npm run build
4444 - name : Setup Pages
45- uses : actions/configure-pages@v3
45+ uses : actions/configure-pages@v5
4646 - name : Upload artifact
47- uses : actions/upload-pages-artifact@v1
47+ uses : actions/upload-pages-artifact@v3
4848 with :
4949 # Upload dist repository
5050 path : ' ./dist'
5959 steps :
6060 - name : Deploy to GitHub Pages
6161 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