diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b8b3b0de..de0bbb68 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,7 @@ jobs: approve: runs-on: ubuntu-latest steps: - - uses: fastify/github-action-merge-dependabot@v1.1.1 + - uses: fastify/github-action-merge-dependabot@v1.2.0 with: github-token: ${{secrets.GITHUB_TOKEN}} approve-only: true diff --git a/package.json b/package.json index 9f54143f..d184f3ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-action-merge-dependabot", - "version": "1.0.1", + "version": "1.2.0", "description": "", "main": "src/index.js", "scripts": {