From fc51ebd0880dc595c0d61b86e0c12c3236df4b17 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 4 Feb 2026 11:45:24 +0100 Subject: [PATCH] workflows/sync_pull-requests: bump to 0.7.3 Signed-off-by: Patrik Oldsberg --- .github/workflows/sync_pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_pull-requests.yml b/.github/workflows/sync_pull-requests.yml index 7a0b46f42c..802c8258eb 100644 --- a/.github/workflows/sync_pull-requests.yml +++ b/.github/workflows/sync_pull-requests.yml @@ -40,7 +40,7 @@ jobs: - name: Backstage PR automation if: steps.download.outcome == 'success' - uses: backstage/actions/pr-automation@9f84cea3f08046bbc53dcf8d348a892f05687ce8 # v0.7.2 + uses: backstage/actions/pr-automation@d98113056c83b1b0a1293c8310d77d99db4ea22e # v0.7.3 with: app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }} private-key: ${{ secrets.BACKSTAGE_GOALIE_PRIVATE_KEY }}