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:
parent
c1ac8e9b3f
commit
f544772a60
1 changed files with 1 additions and 1 deletions
2
.github/workflows/backport.yml
vendored
2
.github/workflows/backport.yml
vendored
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue