Skip to content

Commit a0635b4

Browse files
chore(deps): update lewagon/wait-on-check-action action to v1.4.0 (#712)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [lewagon/wait-on-check-action](https://redirect.github.com/lewagon/wait-on-check-action) | action | minor | `v1.3.4` -> `v1.4.0` | --- ### Release Notes <details> <summary>lewagon/wait-on-check-action (lewagon/wait-on-check-action)</summary> ### [`v1.4.0`](https://redirect.github.com/lewagon/wait-on-check-action/blob/HEAD/CHANGELOG.md#v140---2025-06-27) [Compare Source](https://redirect.github.com/lewagon/wait-on-check-action/compare/v1.3.4...v1.4.0) ##### Added - Add class docs - Add `frozen_string_literal` comments ##### Removed - Remove OpenStruct instances - Remove Double quotes - Remove Double assertions - Remove `allow_any` uses ##### Fixed - Fix spelling mistakes - Fix CI gem caching - Convert `config.verbose` to a boolean - Bump `rexml` to 3.3.9 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/apify/apify-client-js). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5b28e19 commit a0635b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: Wait for code checks to pass
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: lewagon/wait-on-check-action@v1.3.4
35+
- uses: lewagon/wait-on-check-action@v1.4.0
3636
with:
3737
ref: ${{ github.ref }}
3838
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)