We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec7df0 commit 8e72b7cCopy full SHA for 8e72b7c
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
needs: test
35
runs-on: ubuntu-latest
36
steps:
37
- - uses: fastify/github-action-merge-dependabot@v1.2.1
+ - uses: fastify/github-action-merge-dependabot@v2.0.0
38
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' && contains(github.head_ref, 'dependabot/github_actions') }}
39
with:
40
github-token: ${{secrets.github_token}}
0 commit comments