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 cf8fda7 commit 6739fa9Copy full SHA for 6739fa9
.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/[email protected].0
+ uses: lewagon/[email protected].1
31
with:
32
ref: ${{ github.event.pull_request.head.sha }}
33
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments