Skip to content

Commit

Permalink
chore: update readme to use latest version in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Jun 17, 2021
1 parent 695ec97 commit d0d9b93
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -51,7 +51,7 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: fastify/github-action-merge-dependabot@v2.0.0
- uses: fastify/github-action-merge-dependabot@v2.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
```
Expand All @@ -60,7 +60,7 @@ jobs:

```yml
steps:
- uses: fastify/github-action-merge-dependabot@v2.0.0
- uses: fastify/github-action-merge-dependabot@v2.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
exclude: ['react']
Expand All @@ -70,7 +70,7 @@ steps:

```yml
steps:
- uses: fastify/github-action-merge-dependabot@v2.0.0
- uses: fastify/github-action-merge-dependabot@v2.1.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
approve-only: true
Expand Down

0 comments on commit d0d9b93

Please sign in to comment.