ci(auto-merge): pin version

Pin the auto merge version fully
This commit is contained in:
Travis Shivers 2020-12-17 17:19:15 -06:00 committed by GitHub
parent 16fd4929b8
commit 6f1a984e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2.3.4 - uses: actions/checkout@v2.3.4
- uses: ahmadnassri/action-dependabot-auto-merge@v2.3 - uses: ahmadnassri/action-dependabot-auto-merge@v2.3.0
with: with:
target: minor target: minor
github-token: ${{ secrets.PAT }} github-token: ${{ secrets.PAT }}