Skip to content

Commit

Permalink
build(deps): bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3
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.1 to 1.3.3.
- [Release notes](https://github.com/lewagon/wait-on-check-action/releases)
- [Commits](lewagon/wait-on-check-action@v1.3.1...v1.3.3)

---
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 Mar 13, 2024
1 parent e3e8395 commit f3bcd93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for tests to succeed
uses: lewagon/[email protected].1
uses: lewagon/[email protected].3
with:
ref: ${{ github.ref }}
check-name: test
Expand All @@ -23,7 +23,7 @@ jobs:
needs: wait-on-test
steps:
- name: Wait for build to succeed
uses: lewagon/[email protected].1
uses: lewagon/[email protected].3
with:
ref: ${{ github.ref }}
check-name: build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for build to succeed
uses: lewagon/[email protected].1
uses: lewagon/[email protected].3
with:
ref: ${{ github.ref }}
check-name: build
Expand Down

0 comments on commit f3bcd93

Please sign in to comment.