Skip to content

Commit ad85177

Browse files
ci(deps): bump actions/github-script from 6.2.0 to 6.3.0 (#6)
Bumps [actions/github-script](https://github.com/actions/github-script) from 6.2.0 to 6.3.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6.2.0...v6.3.0) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc1399f commit ad85177

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
repo: ${{ github.event.repository.name }}
6767
- id: label
6868
name: Label linked issues
69-
uses: actions/github-script@v6.2.0
69+
uses: actions/github-script@v6.3.0
7070
env:
7171
DATA: ${{ steps.query.outputs.data }}
7272
PRERELEASE: ${{ contains(steps.version.outputs.result, '-') }}

0 commit comments

Comments
 (0)