Skip to content

Commit 9378598

Browse files
committed
Update versions of dependent actions for publish_docs.yml workflow
Signed-off-by: Webster Mudge <[email protected]>
1 parent 788859c commit 9378598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
jobs:
2626
build-ansible-docs:
2727
name: Build Ansible Docs
28-
uses: cloudera-labs/github-actions/.github/workflows/construct-ansible-docs.yml@v1
28+
uses: cloudera-labs/github-actions/.github/workflows/construct-ansible-docs.yml@main
2929
with:
3030
pages-upload: true
3131
directory-upload: true
@@ -44,6 +44,6 @@ jobs:
4444
steps:
4545
- name: Deploy Github Pages
4646
id: deployment
47-
uses: actions/deploy-pages@v2
47+
uses: actions/deploy-pages@v4
4848
with:
4949
artifact_name: github-pages

0 commit comments

Comments
 (0)