Skip to content

Commit bcf5a6c

Browse files
ci(deps): Bump actions/github-script from 7.0.1 to 8.0.0 (#803)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e4e5e57 commit bcf5a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/label-linked-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
repo: ${{ github.event.repository.name }}
8080
- id: label
8181
name: Label linked issues
82-
uses: actions/github-script@v7.0.1
82+
uses: actions/github-script@v8.0.0
8383
env:
8484
DATA: ${{ steps.query.outputs.data }}
8585
PRERELEASE: ${{ contains(steps.version.outputs.result, '-') }}

0 commit comments

Comments
 (0)