From e33c6f561e9bab94afa24ec44d938c2ddca9a2b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 16:27:29 +0000 Subject: [PATCH] Bump JamesIves/github-pages-deploy-action from 4.4.1 to 4.4.3 Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.1 to 4.4.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.4.1...v4.4.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/watchdog.yml | 2 +- .github/workflows/watchdog_pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/watchdog.yml b/.github/workflows/watchdog.yml index 49e1538..ebe633b 100644 --- a/.github/workflows/watchdog.yml +++ b/.github/workflows/watchdog.yml @@ -39,7 +39,7 @@ jobs: python watchdog.py editor-layer-index/sources - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.4.3 with: branch: gh-pages # The branch the action should deploy to. folder: web # The folder the action should deploy. diff --git a/.github/workflows/watchdog_pr.yml b/.github/workflows/watchdog_pr.yml index 4f42183..34f880a 100644 --- a/.github/workflows/watchdog_pr.yml +++ b/.github/workflows/watchdog_pr.yml @@ -37,7 +37,7 @@ jobs: python watchdog.py editor-layer-index/sources - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v4.4.1 + uses: JamesIves/github-pages-deploy-action@v4.4.3 with: branch: gh-pages # The branch the action should deploy to. folder: web # The folder the action should deploy.