From c8567ab8af608f1a5732692b8f24fec73298b7f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 22:02:44 +0000 Subject: [PATCH] :arrow_up: Actions: Bump JamesIves/github-pages-deploy-action Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.7.3 to 4.7.6. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.7.3...v4.7.6) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-version: 4.7.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/publish-log4brains.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-log4brains.yml b/.github/workflows/publish-log4brains.yml index 1606f044..b5f80ed9 100644 --- a/.github/workflows/publish-log4brains.yml +++ b/.github/workflows/publish-log4brains.yml @@ -26,7 +26,7 @@ jobs: log4brains build --basePath /${GITHUB_REPOSITORY#*/} - name: Deploy - uses: JamesIves/github-pages-deploy-action@v4.7.3 + uses: JamesIves/github-pages-deploy-action@v4.7.6 with: token: ${{ secrets.GITHUB_TOKEN }} folder: .log4brains/out