Skip to content

Commit 0ec3b7b

Browse files
committed
Update workflow versions
1 parent 78a507c commit 0ec3b7b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/static.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v5
3434
with:
3535
submodules: true
3636
# Generate the docs
3737
- name: Doxygen Action
3838
uses: mattnotmitt/doxygen-action@1.9.5
3939
- name: Setup Pages
40-
uses: actions/configure-pages@v3
40+
uses: actions/configure-pages@v5
4141
- name: Upload artifact
42-
uses: actions/upload-pages-artifact@v2
42+
uses: actions/upload-pages-artifact@v4
4343
with:
4444
# Upload entire repository
4545
path: 'Documentation/pages/html'
4646
- name: Deploy to GitHub Pages
4747
id: deployment
48-
uses: actions/deploy-pages@v2
48+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)