Skip to content

Commit 23d2d9c

Browse files
Bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3 (#5737)
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.3.1 to 1.3.3. <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.3.3</h2> <p>New feature: ignore checks <a href="https://redirect.github.com/lewagon/wait-on-check-action/pull/80">lewagon/wait-on-check-action#80</a></p> <h2>v1.3.2</h2> <p>Lock bundler version - cf <a href="https://redirect.github.com/lewagon/wait-on-check-action/pull/97">lewagon/wait-on-check-action#97</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/lewagon/wait-on-check-action/commit/595dabb3acf442d47e29c9ec9ba44db0c6bdd18f"><code>595dabb</code></a> Fix standardrb</li> <li><a href="https://github.com/lewagon/wait-on-check-action/commit/99240420d837aa764308817741e69ec395e8c913"><code>9924042</code></a> added feature to ignore checks fixed <a href="https://redirect.github.com/lewagon/wait-on-check-action/issues/38">#38</a> (<a href="https://redirect.github.com/lewagon/wait-on-check-action/issues/80">#80</a>)</li> <li><a href="https://github.com/lewagon/wait-on-check-action/commit/4bdd45da25ca6d22ef8593e3fdebe2bf612ac60e"><code>4bdd45d</code></a> Fix standardrb</li> <li><a href="https://github.com/lewagon/wait-on-check-action/commit/85935df7ede0e5e28f445bcc2814b1cd3dbeda2f"><code>85935df</code></a> Fixes <a href="https://redirect.github.com/lewagon/wait-on-check-action/issues/98">#98</a></li> <li><a href="https://github.com/lewagon/wait-on-check-action/commit/94266f74041d165c15a52320c77c35cc4c7df956"><code>94266f7</code></a> Merge pull request <a href="https://redirect.github.com/lewagon/wait-on-check-action/issues/86">#86</a> from lewagon/dependabot/bundler/activesupport-6.1.7.3</li> <li><a href="https://github.com/lewagon/wait-on-check-action/commit/9c8360e801c11778d45edf86373363d675a1311a"><code>9c8360e</code></a> Bump activesupport from 6.1.1 to 6.1.7.3</li> <li>See full diff in <a href="https://github.com/lewagon/wait-on-check-action/compare/e106e5c43e8ca1edea6383a39a01c5ca495fd812...595dabb3acf442d47e29c9ec9ba44db0c6bdd18f">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.3.1&new-version=1.3.3)](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`. --- <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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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>
1 parent 2939417 commit 23d2d9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# because there doesn't appear to be anything to wait for. To avoid that,
5050
# explicitly wait for one LUCI test by name first.
5151
- name: Wait for test check-in
52-
uses: lewagon/wait-on-check-action@e106e5c43e8ca1edea6383a39a01c5ca495fd812
52+
uses: lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f
5353
with:
5454
ref: ${{ github.sha }}
5555
check-name: 'Linux ci_yaml packages roller'
@@ -61,7 +61,7 @@ jobs:
6161

6262
# This workflow should be the last to run. So wait for all the other tests to succeed.
6363
- name: Wait on all tests
64-
uses: lewagon/wait-on-check-action@e106e5c43e8ca1edea6383a39a01c5ca495fd812
64+
uses: lewagon/wait-on-check-action@595dabb3acf442d47e29c9ec9ba44db0c6bdd18f
6565
with:
6666
ref: ${{ github.sha }}
6767
running-workflow-name: 'release'

0 commit comments

Comments
 (0)