Skip to content

Commit

Permalink
Release 0.15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalgn committed Oct 17, 2022
1 parent 47862df commit eb68b06
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.4"
uses: "pascalgn/automerge-action@v0.15.5"
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.4"
uses: "pascalgn/automerge-action@v0.15.5"
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.4",
"version": "0.15.5",
"description": "GitHub action to automatically merge pull requests",
"main": "lib/api.js",
"author": "Pascal",
Expand Down

0 comments on commit eb68b06

Please sign in to comment.