From d0cfe09fb693fe5274ae46733099ed755ad43cdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 13:13:44 +0000 Subject: [PATCH] :arrow_up: Bump JamesIves/github-pages-deploy-action from 4.1.4 to 4.4.0 Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.4 to 4.4.0. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/4.1.4...v4.4.0) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 da55d11e87..1c48613263 100644 --- a/.github/workflows/publish_log4brains.yml +++ b/.github/workflows/publish_log4brains.yml @@ -39,7 +39,7 @@ jobs: --out "${BUILD_DIR}/adl" touch "${BUILD_DIR}/.nojekyll" - name: Deploy - uses: JamesIves/github-pages-deploy-action@4.1.4 + uses: JamesIves/github-pages-deploy-action@v4.4.0 with: branch: gh-pages # yamllint disable-line rule:braces