8000 Bump action versions in doc workflow (#2584) · pythonnet/pythonnet@a21c797 · GitHub
[go: up one dir, main page]

Skip to content

Commit a21c797

Browse files
authored
Bump action versions in doc workflow (#2584)
1 parent 77bdf6d commit a21c797

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@v4
1010
- name: Doxygen Action
11-
uses: mattnotmitt/doxygen-action@1.9.4
11+
uses: mattnotmitt/doxygen-action@1.12.0
1212
with:
1313
working-directory: "doc/"
1414

@@ -19,7 +19,7 @@ jobs:
1919
2020
- name: Upload artifact
2121
# Automatically uploads an artifact from the './_site' directory by default
22-
uses: actions/upload-pages-artifact@v1
22+
uses: actions/upload-pages-artifact@v3
2323
with:
2424
path: doc/build/html/
2525

@@ -37,4 +37,4 @@ jobs:
3737
steps:
3838
- name: Deploy to GitHub Pages
3939
id: deployment
40-
uses: actions/deploy-pages@v1
40+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)
0