From 96f01d283f8aa4db8508f90d6d1675bde86b22b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Apr 2023 04:09:53 +0000 Subject: [PATCH] ci(deps): Bump actions/github-script from 6.4.0 to 6.4.1 (#54) 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 cc0f6b8..61f8245 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, '-') }}