From 9378598555e9c5b2d0e5ba75477c18fdaf5a0bff Mon Sep 17 00:00:00 2001 From: Webster Mudge Date: Tue, 26 Aug 2025 17:46:14 -0400 Subject: [PATCH] Update versions of dependent actions for publish_docs.yml workflow Signed-off-by: Webster Mudge --- .github/workflows/publish_docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index 19c2e292..11458cfd 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -25,7 +25,7 @@ on: jobs: build-ansible-docs: name: Build Ansible Docs - uses: cloudera-labs/github-actions/.github/workflows/construct-ansible-docs.yml@v1 + uses: cloudera-labs/github-actions/.github/workflows/construct-ansible-docs.yml@main with: pages-upload: true directory-upload: true @@ -44,6 +44,6 @@ jobs: steps: - name: Deploy Github Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v4 with: artifact_name: github-pages