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 37eee41 commit 9af1fafCopy full SHA for 9af1faf
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
needs: test
28
runs-on: ubuntu-latest
29
steps:
30
- - uses: fastify/github-action-merge-dependabot@v1.2.1
+ - uses: fastify/github-action-merge-dependabot@v2.0.0
31
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' }}
32
with:
33
github-token: ${{secrets.github_token}}
0 commit comments