Skip to content

Commit efc3d79

Browse files
authored
Update all github actions
1 parent c769cb0 commit efc3d79

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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'
@@ -59,4 +59,4 @@ jobs:
5959
steps:
6060
- name: Deploy to GitHub Pages
6161
id: deployment
62-
uses: actions/deploy-pages@v1
62+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)