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

View File

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