From c264f3353b7259618ad70ceead9ec6360cb23e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:03:55 -0400 Subject: [PATCH] Bump lewagon/wait-on-check-action from 1.3.3 to 1.3.4 (#923) Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Commits](https://github.com/lewagon/wait-on-check-action/compare/v1.3.3...v1.3.4) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Phillip Weinberg --- .github/workflows/deploy_latest.yml | 2 +- .github/workflows/doc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_latest.yml b/.github/workflows/deploy_latest.yml index c28e3093c..96dbbf30f 100644 --- a/.github/workflows/deploy_latest.yml +++ b/.github/workflows/deploy_latest.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for dev documentation to deploy - uses: lewagon/wait-on-check-action@v1.3.3 + uses: lewagon/wait-on-check-action@v1.3.4 with: ref: main check-name: 'Deploy dev documentation' diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 919acdbda..d8d28085d 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Wait for dev documentation to deploy - uses: lewagon/wait-on-check-action@v1.3.3 + uses: lewagon/wait-on-check-action@v1.3.4 with: ref: main check-name: 'Deploy dev documentation'