From 050d931b65e4d939eb419cec1485f7b200f08c18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 00:43:01 +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.6.8 to 4.7.1. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/v4.6.8...v4.7.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/postman.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/postman.yml b/.github/workflows/postman.yml index 0c1ff4a..6febe84 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.6.8 + uses: JamesIves/github-pages-deploy-action@v4.7.1 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.6.8 + uses: JamesIves/github-pages-deploy-action@v4.7.1 if: ${{ github.ref == 'refs/heads/master' }} with: token: ${{ secrets.GITHUB_TOKEN }}