mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-21 17:20:25 +01:00
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] <support@github.com>
This commit is contained in:
parent
51e7fa651c
commit
c4f0afc4f2
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -186,7 +186,7 @@ jobs:
|
||||||
- name: Import assets
|
- name: Import assets
|
||||||
run: godot --editor --headless --quit-after 100 || true
|
run: godot --editor --headless --quit-after 100 || true
|
||||||
- name: Wait for build
|
- name: Wait for build
|
||||||
uses: fountainhead/action-wait-for-check@v1.1.0
|
uses: fountainhead/action-wait-for-check@v1.2.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
checkName: Build (web, wasm32, release)
|
checkName: Build (web, wasm32, release)
|
||||||
|
@ -282,7 +282,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
run: godot --editor --headless --quit-after 100 || true
|
run: godot --editor --headless --quit-after 100 || true
|
||||||
- name: Wait for build
|
- name: Wait for build
|
||||||
uses: fountainhead/action-wait-for-check@v1.1.0
|
uses: fountainhead/action-wait-for-check@v1.2.0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
checkName: Build (${{ matrix.platform }}, ${{ matrix.arch }}, debug)
|
checkName: Build (${{ matrix.platform }}, ${{ matrix.arch }}, debug)
|
||||||
|
|
Loading…
Reference in a new issue