We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee1701 commit 08bffe5Copy full SHA for 08bffe5
.github/workflows/website.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Checkout code
10
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
11
- name: Install deps
12
run: sudo apt install doxygen graphviz --no-install-recommends
13
- name: Clone Engine
@@ -23,7 +23,7 @@ jobs:
23
echo "::warning title=Invalid file permissions automatically fixed::$line"
24
done
25
- name: Upload
26
- uses: actions/upload-pages-artifact@v2
+ uses: actions/upload-pages-artifact@v3
27
28
# Deploy job
29
deploy:
@@ -45,4 +45,4 @@ jobs:
45
46
- name: Deploy to GitHub Pages
47
id: deployment
48
- uses: actions/deploy-pages@v2 # or the latest "vX.X.X" version tag for this action
+ uses: actions/deploy-pages@v4 # or the latest "vX.X.X" version tag for this action
0 commit comments