Skip to content

Commit d2ad891

Browse files
chore(github-actions): bump lewagon/wait-on-check-action from 1.8.0 to 1.8.1 (#1335)
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.8.0 to 1.8.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/lewagon/wait-on-check-action/releases">lewagon/wait-on-check-action's releases</a>.</em></p> <blockquote> <h2>v1.8.1</h2> <h3>Fixed</h3> <ul> <li>Fix <code>wait-for-duplicates</code> duplication across check suites (<a href="https://redirect.github.com/lewagon/wait-on-check-action/issues/156">#156</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/lewagon/wait-on-check-action/blob/master/CHANGELOG.md">lewagon/wait-on-check-action's changelog</a>.</em></p> <blockquote> <h2>v1.8.1 - 2026-07-02</h2> <h3>Fixed</h3> <ul> <li>Fix <code>wait-for-duplicates</code> duplication across check suites</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lewagon/wait-on-check-action/commit/1d57e2c51a58d812d2765e036a028b6bdb5a6154"><code>1d57e2c</code></a> Bump version: 1.8.0 → 1.8.1</li> <li><a href="https://github.com/lewagon/wait-on-check-action/commit/8537ecb2c335caa914e0cd75643c3ff94f688e7c"><code>8537ecb</code></a> Add v1.8.1 changelog notes (<a href="https://redirect.github.com/lewagon/wait-on-check-action/issues/157">#157</a>)</li> <li><a href="https://github.com/lewagon/wait-on-check-action/commit/92021dba6a3362b4081dd4950dc731362cdb404d"><code>92021db</code></a> Fix case of deduplication across check suites (<a href="https://redirect.github.com/lewagon/wait-on-check-action/issues/156">#156</a>)</li> <li>See full diff in <a href="https://github.com/lewagon/wait-on-check-action/compare/v1.8.0...v1.8.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lewagon/wait-on-check-action&package-manager=github_actions&previous-version=1.8.0&new-version=1.8.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4d7d892 commit d2ad891

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
run: echo "branchTag=${TAG##*:}" >> $GITHUB_OUTPUT
3838

3939
- name: Wait for website Docker image
40-
uses: lewagon/wait-on-check-action@v1.8.0
40+
uses: lewagon/wait-on-check-action@v1.8.1
4141
with:
4242
ref: ${{ github.sha }}
4343
check-name: Build Website Docker Image
4444
repo-token: ${{ secrets.GITHUB_TOKEN }}
4545
wait-interval: 10
4646
- name: Wait for backend Docker image
47-
uses: lewagon/wait-on-check-action@v1.8.0
47+
uses: lewagon/wait-on-check-action@v1.8.1
4848
with:
4949
ref: ${{ github.sha }}
5050
check-name: Build Backend Docker Image

0 commit comments

Comments
 (0)