Skip to content

Commit 2491282

Browse files
committed
(docs): bump version in readme
1 parent 08e737c commit 2491282

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This action enables you to get the PR no matter which event type triggered the w
2929

3030
```yml
3131
steps:
32-
- uses: 8BitJonny/gh-get-current-pr@2.2.0
32+
- uses: 8BitJonny/gh-get-current-pr@3.0.0
3333
id: PR
3434

3535
- run: echo "Your PR number is ${{ steps.PR.outputs.number }} and its JSON is ${{ steps.PR.outputs.pr }}"
@@ -39,7 +39,7 @@ This action enables you to get the PR no matter which event type triggered the w
3939
See [action.yml](action.yml) for more details.
4040
```yml
4141
steps:
42-
- uses: 8BitJonny/gh-get-current-pr@2.2.0
42+
- uses: 8BitJonny/gh-get-current-pr@3.0.0
4343
id: PR
4444
with:
4545
# Authetication token to access GitHub APIs. (Can be omitted by default.)
@@ -56,7 +56,7 @@ See [action.yml](action.yml) for more details.
5656
See [action.yml](action.yml) for more details.
5757
```yml
5858
steps:
59-
- uses: 8BitJonny/gh-get-current-pr@2.2.0
59+
- uses: 8BitJonny/gh-get-current-pr@3.0.0
6060
id: PR
6161

6262
- run: echo "PR ${prNumber} ${prTitle} at ${prUrl} is ${prJSON}"
@@ -81,7 +81,7 @@ Useful when the information you're looking for is not exported as a direct outpu
8181
See [GitHub Documentation](https://docs.github.com/en/rest/commits/commits#list-pull-requests-associated-with-a-commit) for details how the object looks like.
8282
```yml
8383
steps:
84-
- uses: 8BitJonny/gh-get-current-pr@2.2.0
84+
- uses: 8BitJonny/gh-get-current-pr@3.0.0
8585
id: PR
8686
8787
- name: "Pull Request ${{ steps.PR.outputs.number }}"
@@ -103,7 +103,7 @@ A short form of the article's explanation is, that Github creates an extra merge
103103
To always find and pass the correct commit SHA to this action use this workflow config:
104104
```yml
105105
steps:
106-
- uses: 8BitJonny/gh-get-current-pr@2.2.0
106+
- uses: 8BitJonny/gh-get-current-pr@3.0.0
107107
id: PR
108108
with:
109109
sha: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)