Skip to content

Commit adb8231

Browse files
Bump lewagon/wait-on-check-action from 1.3.4 to 1.4.0 (#462)
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.3.4 to 1.4.0. - [Release notes](https://github.com/lewagon/wait-on-check-action/releases) - [Changelog](https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md) - [Commits](lewagon/wait-on-check-action@v1.3.4...v1.4.0) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5092f16 commit adb8231

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'automerge')
1717
steps:
1818
- name: Wait for tests to succeed
19-
uses: lewagon/wait-on-check-action@v1.3.4
19+
uses: lewagon/wait-on-check-action@v1.4.0
2020
timeout-minutes: 15
2121
with:
2222
ref: ${{ github.ref }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Wait for tests to succeed
14-
uses: lewagon/wait-on-check-action@v1.3.4
14+
uses: lewagon/wait-on-check-action@v1.4.0
1515
timeout-minutes: 15
1616
with:
1717
ref: 'refs/heads/main'

0 commit comments

Comments
 (0)