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 e50c3b1 commit 3a2ade1Copy full SHA for 3a2ade1
1 file changed
.github/workflows/update.yml
@@ -28,7 +28,7 @@ jobs:
28
# Don't merge updates to GitHub Actions versions automatically.
29
# (Some repos may wish to limit by version range (major/minor/patch), or scope (dep vs dev-dep), too.)
30
if: contains(steps.metadata.outputs.package-ecosystem, 'npm')
31
- uses: lewagon/wait-on-check-action@ccfb013c15c8afb7bf2b7c028fb74dc5a068cccc # v1.3.4
+ uses: lewagon/wait-on-check-action@0dceb95e7c4cad8cc7422aee3885998f5cab9c79 # v1.4.0
32
with:
33
ref: ${{ github.event.pull_request.head.sha }}
34
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments