From d210f300022dfd3b1495eb8bb8ce9dc642bfbfaa Mon Sep 17 00:00:00 2001 From: Pietro Monticone <38562595+pitmonticone@users.noreply.github.com> Date: Sun, 20 Oct 2024 17:55:57 +0200 Subject: [PATCH] chore(build.in): update version of `gh-get-current-pr` --- .github/build.in.yml | 2 +- .github/workflows/bors.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/build_fork.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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: