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.
2 parents 14035ab + 006c830 commit 4d27c69Copy full SHA for 4d27c69
.github/workflows/update.yaml
@@ -19,15 +19,15 @@ jobs:
19
steps:
20
- name: Fetch PR metadata
21
id: metadata
22
- uses: dependabot/fetch-metadata@v1.3.5
+ uses: dependabot/fetch-metadata@v1.6.0
23
with:
24
github-token: ${{ secrets.GITHUB_TOKEN }}
25
26
- name: Wait for PR CI
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.2.0
+ uses: lewagon/wait-on-check-action@v1.3.3
31
32
ref: ${{ github.event.pull_request.head.sha }}
33
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments