Skip to content

Commit f27fff5

Browse files
authored
Bump publish-doc action versions (#546)
1 parent 9929c9a commit f27fff5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/publish-doc/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Publish documentation to GiHub Pages
22
runs:
33
using: composite
44
steps:
5-
- uses: actions/checkout@v3
5+
- uses: actions/checkout@v6
66
with:
77
ref: gh-pages
88

99
- name: Download docs
10-
uses: actions/download-artifact@v4
10+
uses: actions/download-artifact@v6
1111
with:
1212
name: doc
1313
path: doc
@@ -70,4 +70,4 @@ runs:
7070

7171
# Return to the original REF so that post-action
7272
# can still run with the action available.
73-
- uses: actions/checkout@v3
73+
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)