Skip to content

Commit

Permalink
Bump lewagon/wait-on-check-action from 1.3.3 to 1.3.4
Browse files Browse the repository at this point in the history
Bumps [lewagon/wait-on-check-action](https://github.com/lewagon/wait-on-check-action) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/lewagon/wait-on-check-action/releases)
- [Commits](lewagon/wait-on-check-action@v1.3.3...v1.3.4)

---
updated-dependencies:
- dependency-name: lewagon/wait-on-check-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 4, 2024
1 parent 893bbce commit 17c5f8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: github.event.pull_request.user.login == 'dependabot[bot]' && contains(github.event.pull_request.labels.*.name, 'automerge')
steps:
- name: Wait for tests to succeed
uses: lewagon/[email protected].3
uses: lewagon/[email protected].4
timeout-minutes: 15
with:
ref: ${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Publish Client
steps:
- name: Wait for tests to succeed
uses: lewagon/[email protected].3
uses: lewagon/[email protected].4
with:
ref: 'refs/heads/main'
running-workflow-name: 'Publish Client'
Expand Down

0 comments on commit 17c5f8e

Please sign in to comment.