Skip to content

Commit 8afc7f5

Browse files
committed
chore: release 1.2.0
1 parent fead267 commit 8afc7f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
approve:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: fastify/github-action-merge-dependabot@v1.1.1
7+
- uses: fastify/github-action-merge-dependabot@v1.2.0
88
with:
99
github-token: ${{secrets.GITHUB_TOKEN}}
1010
approve-only: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "github-action-merge-dependabot",
3-
"version": "1.0.1",
3+
"version": "1.2.0",
44
"description": "",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)