Skip to content

Commit 8d438f4

Browse files
Bump fastify/github-action-merge-dependabot from 1.2.1 to 2.0.0 (#13)
Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from 1.2.1 to 2.0.0. - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](fastify/github-action-merge-dependabot@v1.2.1...v2.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f8007b2 commit 8d438f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
needs: test
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: fastify/github-action-merge-dependabot@v1.2.1
27+
- uses: fastify/github-action-merge-dependabot@v2.0.0
2828
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' && contains(github.head_ref, 'dependabot/github_actions') }}
2929
with:
3030
github-token: ${{secrets.github_token}}

0 commit comments

Comments
 (0)