From 83096d939a271a50caff94f8d53b2f178883d4d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 13:32:31 +0000 Subject: [PATCH] build(deps): bump JamesIves/github-pages-deploy-action Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.2.5 to 4.4.1. - [Release notes](https://github.com/JamesIves/github-pages-deploy-action/releases) - [Commits](https://github.com/JamesIves/github-pages-deploy-action/compare/v4.2.5...v4.4.1) --- 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/release-crpeapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-crpeapp.yml b/.github/workflows/release-crpeapp.yml index 0108c8e..ffdc564 100644 --- a/.github/workflows/release-crpeapp.yml +++ b/.github/workflows/release-crpeapp.yml @@ -20,7 +20,7 @@ jobs: - run: make gen - run: make build.android - - uses: JamesIves/github-pages-deploy-action@v4.2.5 + - uses: JamesIves/github-pages-deploy-action@v4.4.1 with: folder: ./packages/crpeapp/build/.release branch: release/${{ github.ref == 'refs/heads/main' && 'stable' || 'beta' }}