From 64ddd4b71f6776b231a14a55fdfa3b2ebddddc8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 04:05:31 +0000 Subject: [PATCH] ci(deps): Bump actions/github-script from 6.4.0 to 6.4.1 (#121) Bumps [actions/github-script](https://github.com/actions/github-script) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6.4.0...v6.4.1) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/label-linked-issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-linked-issues.yml b/.github/workflows/label-linked-issues.yml index cc0f6b83..61f82459 100644 --- a/.github/workflows/label-linked-issues.yml +++ b/.github/workflows/label-linked-issues.yml @@ -66,7 +66,7 @@ jobs: repo: ${{ github.event.repository.name }} - id: label name: Label linked issues - uses: actions/github-script@v6.4.0 + uses: actions/github-script@v6.4.1 env: DATA: ${{ steps.query.outputs.data }} PRERELEASE: ${{ contains(steps.version.outputs.result, '-') }}