We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade927e commit 0f3b602Copy full SHA for 0f3b602
.github/workflows/update.yml
@@ -27,7 +27,7 @@ jobs:
27
# Don't merge updates to GitHub Actions versions automatically.
28
# (Some repos may wish to limit by version range (major/minor/patch), or scope (dep vs dev-dep), too.)
29
if: contains(steps.metadata.outputs.package-ecosystem, 'npm')
30
- uses: lewagon/wait-on-check-action@v1.3.4
+ uses: lewagon/wait-on-check-action@v1.4.1
31
with:
32
ref: ${{ github.event.pull_request.head.sha }}
33
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments