Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita21c797

Browse files
authored
Bump action versions in doc workflow (#2584)
1 parent77bdf6d commita21c797

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)

[8]ページ先頭

©2009-2025 Movatter.jp