diff --git a/.github/build.in.yml b/.github/build.in.yml index 3facc8b60a92b..3b635701d4469 100644 --- a/.github/build.in.yml +++ b/.github/build.in.yml @@ -303,7 +303,7 @@ jobs: - uses: actions/checkout@v4 - id: PR - uses: 8BitJonny/gh-get-current-pr@2.2.0 + uses: 8BitJonny/gh-get-current-pr@3.0.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/bors.yml b/.github/workflows/bors.yml index 207aee8482616..4b91df5b00120 100644 --- a/.github/workflows/bors.yml +++ b/.github/workflows/bors.yml @@ -313,7 +313,7 @@ jobs: - uses: actions/checkout@v4 - id: PR - uses: 8BitJonny/gh-get-current-pr@2.2.0 + uses: 8BitJonny/gh-get-current-pr@3.0.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 c47cd306ed4da..d1e5048846e07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -320,7 +320,7 @@ jobs: - uses: actions/checkout@v4 - id: PR - uses: 8BitJonny/gh-get-current-pr@2.2.0 + uses: 8BitJonny/gh-get-current-pr@3.0.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 c431ad5e7d2f2..e3a3e5d64931d 100644 --- a/.github/workflows/build_fork.yml +++ b/.github/workflows/build_fork.yml @@ -317,7 +317,7 @@ jobs: - uses: actions/checkout@v4 - id: PR - uses: 8BitJonny/gh-get-current-pr@2.2.0 + uses: 8BitJonny/gh-get-current-pr@3.0.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: