Skip to content

Commit

Permalink
Update wait-on-check-action (#1056)
Browse files Browse the repository at this point in the history
* update wait-on-check-action

* .

* Update to 1.3.3
  • Loading branch information
peraltafederico authored Jan 16, 2024
1 parent 83f6409 commit b3c0987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Don't merge updates to GitHub Actions versions automatically.
# (Some repos may wish to limit by version range (major/minor/patch), or scope (dep vs dev-dep), too.)
if: contains(steps.metadata.outputs.package-ecosystem, 'npm')
uses: lewagon/wait-on-check-action@v1.2.0
uses: lewagon/wait-on-check-action@v1.3.3
with:
ref: ${{ github.event.pull_request.head.sha }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b3c0987

Please sign in to comment.