From 456fb114a1754617701e73bc139df471f39aeff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 00:41:44 +0000 Subject: [PATCH] chore(deps): bump JamesIves/github-pages-deploy-action Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.2 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.2...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/postman.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/postman.yml b/.github/workflows/postman.yml index dc57f17..65dda7a 100644 --- a/.github/workflows/postman.yml +++ b/.github/workflows/postman.yml @@ -37,7 +37,7 @@ jobs: commit_options: '--no-verify --signoff' - name: Deploy HTML docs to Github Pages [STAGING] - uses: JamesIves/github-pages-deploy-action@v4.4.2 + uses: JamesIves/github-pages-deploy-action@v4.4.3 if: ${{ startsWith(github.ref, 'refs/pull') }} with: token: ${{ secrets.CROSS_REPO_TOKEN }} @@ -53,7 +53,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Deploy HTML docs to Github Pages [PROD] - uses: JamesIves/github-pages-deploy-action@v4.4.2 + uses: JamesIves/github-pages-deploy-action@v4.4.3 if: ${{ github.ref == 'refs/heads/master' }} with: token: ${{ secrets.GITHUB_TOKEN }}