Merge pull request #75 from bcomnes/dependabot/github_actions/fastify/github-action-merge-dependabot-3.1

chore(deps): bump fastify/github-action-merge-dependabot from 3.0.2 to 3.1
This commit is contained in:
Bret Comnes 2022-04-07 09:28:06 -07:00 committed by GitHub
commit fdb512fd0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v3.1.0
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- run: npm i
@ -30,7 +30,7 @@ jobs:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3.0.2
- uses: fastify/github-action-merge-dependabot@v3
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' && contains(github.head_ref, 'dependabot/github_actions') }}
with:
github-token: ${{secrets.github_token}}