8000
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 030a9f9 commit 7b97889Copy full SHA for 7b97889
.github/workflows/docs.yml
@@ -6,9 +6,9 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v4
10
- name: Doxygen Action
11
- uses: mattnotmitt/doxygen-action@1.9.4
+ uses: mattnotmitt/doxygen-action@1.12.0
12
with:
13
working-directory: "doc/"
14
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Upload artifact
21
# Automatically uploads an artifact from the './_site' directory by default
22
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
23
24
path: doc/build/html/
25
@@ -37,4 +37,4 @@ jobs:
37
38
- name: Deploy to GitHub Pages
39
id: deployment
40
- uses: actions/deploy-pages@v1
+ uses: actions/deploy-pages@v4
0 commit comments