From 27a32727f88665dc697d10e300b7af11131d58d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:47:43 +0000 Subject: [PATCH] chore(deps): bump mydea/action-wait-for-api from 1 to 2 Bumps [mydea/action-wait-for-api](https://github.com/mydea/action-wait-for-api) from 1 to 2. - [Release notes](https://github.com/mydea/action-wait-for-api/releases) - [Commits](https://github.com/mydea/action-wait-for-api/compare/v1...v2) --- updated-dependencies: - dependency-name: mydea/action-wait-for-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/feature-branch-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature-branch-deploy.yml b/.github/workflows/feature-branch-deploy.yml index 6cc49ed2ca..5a2a058db8 100644 --- a/.github/workflows/feature-branch-deploy.yml +++ b/.github/workflows/feature-branch-deploy.yml @@ -67,7 +67,7 @@ jobs: target-folder: demo-${{ env.BRANCH_NAME }} - name: Wait for GitHub Pages to be deployed - uses: mydea/action-wait-for-api@v1 + uses: mydea/action-wait-for-api@v2 with: url: https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/demo-${{ env.BRANCH_NAME }}/${{ github.sha }}.txt expected-status: 200