From fe762b5239d2558356fe19d3f961fb4d3a9b28cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 01:26:43 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action in /.github/workflows Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.1.0 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/4.1.0...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.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index 08fa1efc..54b25bc9 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -79,7 +79,7 @@ jobs: name: static-web-app path: dist/ - name: Deploy - uses: JamesIves/github-pages-deploy-action@4.1.0 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: BRANCH: gh-pages # The branch the action should deploy to. FOLDER: dist/ # The folder the action should deploy.