Skip to content

Commit

Permalink
ci: Update lewagon/wait-on-check-action to fix update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpoulter committed Mar 11, 2024
1 parent 14035ab commit 006c830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yaml
Expand Up @@ -19,15 +19,15 @@ jobs:
steps:
- name: Fetch PR metadata
id: metadata
uses: dependabot/fetch-metadata@v1.3.5
uses: dependabot/fetch-metadata@v1.6.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

- name: Wait for PR CI
# 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 006c830

Please sign in to comment.