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>
This commit is contained in:
dependabot[bot] 2025-09-06 17:24:00 +02:00 committed by GitHub
parent c1ac8e9b3f
commit f544772a60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.