Skip to content

Commit eced069

Browse files
ci(deps): Bump actions/github-script from 6.4.1 to 7.0.1
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.1 to 7.0.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6.4.1...v7.0.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d4c6e9c commit eced069

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
@@ -78,7 +78,7 @@ jobs:
7878
repo: ${{ github.event.repository.name }}
7979
- id: label
8080
name: Label linked issues
81-
uses: actions/github-script@v6.4.1
81+
uses: actions/github-script@v7.0.1
8282
env:
8383
DATA: ${{ steps.query.outputs.data }}
8484
PRERELEASE: ${{ contains(steps.version.outputs.result, '-') }}

0 commit comments

Comments
 (0)