From 68c414b117fa5840417739c402854b39bf94592e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:10:22 +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.6.9. - [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.6.9) --- 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 0c1ff4a..c4d3795 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.6.9 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.6.9 if: ${{ github.ref == 'refs/heads/master' }} with: token: ${{ secrets.GITHUB_TOKEN }}