From f9bffa101dbb449c11bb4a4da26848a6396cf025 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 09:03:00 +0100 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.7.2 to 4.7.3 (#1333) Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.2 to 4.7.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.7.2...v4.7.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/asciidoctor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/asciidoctor.yaml b/.github/workflows/asciidoctor.yaml index da490eeebf..b9c495b65a 100644 --- a/.github/workflows/asciidoctor.yaml +++ b/.github/workflows/asciidoctor.yaml @@ -45,7 +45,7 @@ jobs: path: "${{ github.workspace }}/build" - name: Deploy to GitHub Pages - uses: JamesIves/github-pages-deploy-action@v4.7.2 + uses: JamesIves/github-pages-deploy-action@v4.7.3 with: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" FOLDER: "build"