From 85426e2edeeb7692174e21c1d2787afa6241bc09 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Sep 2025 01:45:30 +0000 Subject: [PATCH 1/2] chore(deps): update 8bitjonny/gh-get-current-pr action to v4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4455623c..7ed4efda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Get current PR id: pr - uses: 8BitJonny/gh-get-current-pr@3.0.0 + uses: 8BitJonny/gh-get-current-pr@4.0.0 with: filterOutClosed: true filterOutDraft: true From c2d7220075c1b252e1ce442a0ec183872fddeba9 Mon Sep 17 00:00:00 2001 From: Jonas Thelemann Date: Mon, 8 Sep 2025 19:13:27 +0200 Subject: [PATCH 2/2] chore(ci): upgrade 8BitJonny/gh-get-current-pr to v4 --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ed4efda..fa17d19f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,6 @@ jobs: with: filterOutClosed: true filterOutDraft: true - sha: ${{ github.event.pull_request.head.sha }} build: needs: prepare_jobs name: dargstack rgen