Skip to content

Commit

Permalink
Release 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgn committed May 12, 2022
1 parent dfd59ba commit 2e9644b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -63,7 +63,7 @@ jobs:
steps:
- id: automerge
name: automerge
uses: "pascalgn/automerge-action@v0.15.2"
uses: "pascalgn/automerge-action@v0.15.3"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
```
Expand Down Expand Up @@ -265,7 +265,7 @@ Example usage:
steps:
- id: automerge
name: automerge
uses: "pascalgn/automerge-action@v0.15.2"
uses: "pascalgn/automerge-action@v0.15.3"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
- name: feedback
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "automerge-action",
"version": "0.15.2",
"version": "0.15.3",
"description": "GitHub action to automatically merge pull requests",
"main": "lib/api.js",
"author": "Pascal",
Expand Down

0 comments on commit 2e9644b

Please sign in to comment.