From 9427fbdaa959d9afd27c9a6ce843d7486106593f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 12:51:15 +0000 Subject: [PATCH] chore(deps): bump fountainhead/action-wait-for-check from 1.1.0 to 1.2.0 Bumps [fountainhead/action-wait-for-check](https://github.com/fountainhead/action-wait-for-check) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/fountainhead/action-wait-for-check/releases) - [Commits](https://github.com/fountainhead/action-wait-for-check/compare/v1.1.0...v1.2.0) --- updated-dependencies: - dependency-name: fountainhead/action-wait-for-check dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d506c6f..e5ef0cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -186,7 +186,7 @@ jobs: - name: Import assets run: godot --editor --headless --quit-after 100 || true - name: Wait for build - uses: fountainhead/action-wait-for-check@v1.1.0 + uses: fountainhead/action-wait-for-check@v1.2.0 with: token: ${{ secrets.GITHUB_TOKEN }} checkName: Build (web, wasm32, release) @@ -282,7 +282,7 @@ jobs: shell: bash run: godot --editor --headless --quit-after 100 || true - name: Wait for build - uses: fountainhead/action-wait-for-check@v1.1.0 + uses: fountainhead/action-wait-for-check@v1.2.0 with: token: ${{ secrets.GITHUB_TOKEN }} checkName: Build (${{ matrix.platform }}, ${{ matrix.arch }}, debug)