Skip to content

Commit

Permalink
Merge pull request #62 from caian-org/dependabot/github_actions/lewag…
Browse files Browse the repository at this point in the history
…on/wait-on-check-action-1.3.3

build(deps): bump lewagon/wait-on-check-action from 1.3.1 to 1.3.3
  • Loading branch information
upsetbit committed Jun 14, 2024
2 parents b84a952 + 771cccc commit 08a43ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-many.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for build to finish
uses: lewagon/wait-on-check-action@v1.3.1
uses: lewagon/wait-on-check-action@v1.3.3
with:
ref: ${{ github.sha }}
repo-token: ${{ secrets.AUTH_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-many.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Wait for build to finish
uses: lewagon/wait-on-check-action@v1.3.1
uses: lewagon/wait-on-check-action@v1.3.3
with:
ref: ${{ github.event.pull_request.head.sha }}
repo-token: ${{ secrets.AUTH_TOKEN }}
Expand Down

0 comments on commit 08a43ea

Please sign in to comment.