Skip to content

Commit

Permalink
Update version from v0.5.0 to v0.6.0
Browse files Browse the repository at this point in the history
* Prepare to tag a release
  • Loading branch information
dghubble committed Oct 28, 2024
1 parent 6780e84 commit 899c768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
checks: read
steps:
- name: GitHub Checks
uses: poseidon/wait-for-status-checks@v0.4.1
uses: poseidon/wait-for-status-checks@v0.6.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wait-for-status-checks",
"version": "0.7.0",
"version": "0.6.0",
"private": true,
"description": "Typescript GitHub Action for waiting for status checks",
"main": "lib/main.js",
Expand Down

0 comments on commit 899c768

Please sign in to comment.