Skip to content

Commit 08aa500

Browse files
committed
update gh-get-current-pr to version 4.0.0
1 parent 9305fda commit 08aa500

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: "Get current pull request"
4646
id: PR
47-
uses: 8BitJonny/gh-get-current-pr@2.2.0
47+
uses: 8BitJonny/gh-get-current-pr@4.0.0
4848
with:
4949
github-token: ${{secrets.GITHUB_TOKEN}}
5050
filterOutClosed: true
@@ -91,7 +91,7 @@ jobs:
9191
password: ${{secrets.OPENSHIFT_TOOLS_SERVICE_ACCOUNT_PASSWORD}}
9292

9393
- name: "Get current pull request"
94-
uses: 8BitJonny/gh-get-current-pr@2.2.0
94+
uses: 8BitJonny/gh-get-current-pr@4.0.0
9595
id: PR
9696
with:
9797
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -157,7 +157,7 @@ jobs:
157157
password: ${{secrets.OPENSHIFT_TOOLS_SERVICE_ACCOUNT_PASSWORD}}
158158

159159
- name: "Get current pull request"
160-
uses: 8BitJonny/gh-get-current-pr@2.2.0
160+
uses: 8BitJonny/gh-get-current-pr@4.0.0
161161
id: PR
162162
with:
163163
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -215,7 +215,7 @@ jobs:
215215
namespace: ${{secrets.OPENSHIFT_LICENSE_PLATE}}-${{secrets.OPENSHIFT_ENVIRONMENT}}
216216

217217
- name: "Get current pull request"
218-
uses: 8BitJonny/gh-get-current-pr@2.2.0
218+
uses: 8BitJonny/gh-get-current-pr@4.0.0
219219
id: PR
220220
with:
221221
github-token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)