Skip to content

Commit 45f73dd

Browse files
committed
a
1 parent 0165998 commit 45f73dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v3
1818

1919
- name: Install sphinx
2020
run: |
@@ -33,7 +33,7 @@ jobs:
3333
make doc-build
3434
3535
- name: Save doc artifact
36-
uses: actions/upload-artifact@v2
36+
uses: actions/upload-artifact@v3
3737
with:
3838
name: doc
3939
path: docs/build

0 commit comments

Comments
 (0)