From f544772a6064cc5dea7ab93b6551db868531d6ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 6 Sep 2025 17:24:00 +0200 Subject: [PATCH] ci: bump actions/github-script from 7.0.1 to 8.0.0 (#1882) Link: https://github.com/nix-community/stylix/pull/1882 Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- .github/workflows/backport.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index d9980249..f7fbb8b7 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -51,7 +51,7 @@ jobs: - name: "Add 'has: port to stable' label" if: steps.backport.outputs.created_pull_numbers != '' - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v8.0.0 with: # Not using the app on purpose to avoid triggering another workflow # run after adding this label.