Skip to content

Commit 08bffe5

Browse files
authored
Update website.yml
1 parent cee1701 commit 08bffe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/website.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout code
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
- name: Install deps
1212
run: sudo apt install doxygen graphviz --no-install-recommends
1313
- name: Clone Engine
@@ -23,7 +23,7 @@ jobs:
2323
echo "::warning title=Invalid file permissions automatically fixed::$line"
2424
done
2525
- name: Upload
26-
uses: actions/upload-pages-artifact@v2
26+
uses: actions/upload-pages-artifact@v3
2727

2828
# Deploy job
2929
deploy:
@@ -45,4 +45,4 @@ jobs:
4545
steps:
4646
- name: Deploy to GitHub Pages
4747
id: deployment
48-
uses: actions/deploy-pages@v2 # or the latest "vX.X.X" version tag for this action
48+
uses: actions/deploy-pages@v4 # or the latest "vX.X.X" version tag for this action

0 commit comments

Comments
 (0)