Skip to content

Commit ccef66a

Browse files
build(deps): bump lewagon/wait-on-check-action from 1.5.0 to 1.6.0
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.5.0 to 1.6.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.5.0...v1.6.0) --- updated-dependencies: - dependency-name: lewagon/wait-on-check-action dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 03dcb08 commit ccef66a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-auto-merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
shell: bash
3838

3939
- name: Wait for "${{ matrix.tf-checks }}" to Succeed
40-
uses: lewagon/wait-on-check-action@v1.5.0
40+
uses: lewagon/wait-on-check-action@v1.6.0
4141
with:
4242
ref: ${{ github.event.pull_request.head.sha }}
4343
check-name: ${{ matrix.tf-checks }}
@@ -65,7 +65,7 @@ jobs:
6565
shell: bash
6666

6767
- name: Wait for "${{ matrix.tf-checks }}" to Succeed
68-
uses: lewagon/wait-on-check-action@v1.5.0
68+
uses: lewagon/wait-on-check-action@v1.6.0
6969
with:
7070
ref: ${{ github.event.pull_request.head.sha }}
7171
check-name: ${{ matrix.tf-checks }}

0 commit comments

Comments
 (0)