From 381d2a4d053b9d3214000adbf5d75ef681413042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 00:05:49 +0000 Subject: [PATCH] fix(deps): bump JamesIves/github-pages-deploy-action from 4.3.4 to 4.4.1 Bumps [JamesIves/github-pages-deploy-action](https://github.com/JamesIves/github-pages-deploy-action) from 4.3.4 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.3.4...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/deploy.yml | 2 +- .github/workflows/schedule_deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0ddc74fa8..5ca558483 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: run: npm run export - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.3.4 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: branch: gh-pages # The branch the action should deploy to. folder: out # The folder the action should deploy. \ No newline at end of file diff --git a/.github/workflows/schedule_deploy.yml b/.github/workflows/schedule_deploy.yml index 780ac8671..502b3cf2d 100644 --- a/.github/workflows/schedule_deploy.yml +++ b/.github/workflows/schedule_deploy.yml @@ -22,7 +22,7 @@ jobs: run: npm run export - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.3.4 + uses: JamesIves/github-pages-deploy-action@v4.4.1 with: branch: gh-pages # The branch the action should deploy to. folder: out # The folder the action should deploy. \ No newline at end of file