From 00fe5f5fed6d600a0e9dab2aac7ed51e6d17fc0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 17:05:06 +0000 Subject: [PATCH] Update JamesIves/github-pages-deploy-action action to v4.7.1 --- .github/workflows/pkgdown.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pkgdown.yaml b/.github/workflows/pkgdown.yaml index 1f002e5..9905b68 100644 --- a/.github/workflows/pkgdown.yaml +++ b/.github/workflows/pkgdown.yaml @@ -27,7 +27,7 @@ jobs: shell: Rscript {0} - name: Deploy 🚀 if: github.event_name == 'release' - uses: JamesIves/github-pages-deploy-action@v4.6.8 + uses: JamesIves/github-pages-deploy-action@v4.7.1 with: branch: gh-pages # The branch the action should deploy to. folder: docs # The folder the action should deploy.