From d20a8cd58d30f2463dbf59f0c398a747854243ed Mon Sep 17 00:00:00 2001 From: Alex J Best Date: Sun, 30 Apr 2023 23:23:16 +0000 Subject: [PATCH] chore(.github/workflows): update gh-get-current-pr (#18763) The test that this upgrade works ok is that the awaiting-CI label is removed --- .github/workflows/bors.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/build.yml.in | 2 +- .github/workflows/build_fork.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/bors.yml b/.github/workflows/bors.yml index a742b9ae0d2da..15b70725de7a1 100644 --- a/.github/workflows/bors.yml +++ b/.github/workflows/bors.yml @@ -260,7 +260,7 @@ jobs: - uses: actions/checkout@v3 - id: PR - uses: 8BitJonny/gh-get-current-pr@1.2.0 + uses: 8BitJonny/gh-get-current-pr@2.2.0 # TODO: this may not work properly if the same commit is pushed to multiple branches: # https://github.com/8BitJonny/gh-get-current-pr/issues/8 with: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0b696f4e052a1..34f6945efa691 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -268,7 +268,7 @@ jobs: - uses: actions/checkout@v3 - id: PR - uses: 8BitJonny/gh-get-current-pr@1.2.0 + uses: 8BitJonny/gh-get-current-pr@2.2.0 # TODO: this may not work properly if the same commit is pushed to multiple branches: # https://github.com/8BitJonny/gh-get-current-pr/issues/8 with: diff --git a/.github/workflows/build.yml.in b/.github/workflows/build.yml.in index dab918a1a7e7b..44b295b967665 100644 --- a/.github/workflows/build.yml.in +++ b/.github/workflows/build.yml.in @@ -246,7 +246,7 @@ jobs: - uses: actions/checkout@v3 - id: PR - uses: 8BitJonny/gh-get-current-pr@1.2.0 + uses: 8BitJonny/gh-get-current-pr@2.2.0 # TODO: this may not work properly if the same commit is pushed to multiple branches: # https://github.com/8BitJonny/gh-get-current-pr/issues/8 with: diff --git a/.github/workflows/build_fork.yml b/.github/workflows/build_fork.yml index 2541ccc498838..ecc2a12a2f0fd 100644 --- a/.github/workflows/build_fork.yml +++ b/.github/workflows/build_fork.yml @@ -266,7 +266,7 @@ jobs: - uses: actions/checkout@v3 - id: PR - uses: 8BitJonny/gh-get-current-pr@1.2.0 + uses: 8BitJonny/gh-get-current-pr@2.2.0 # TODO: this may not work properly if the same commit is pushed to multiple branches: # https://github.com/8BitJonny/gh-get-current-pr/issues/8 with: