From d174c50a7704b4d4271b46c050c148ddda2cc549 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 19:09:26 +0000 Subject: [PATCH] ci(deps): Bump actions/github-script from 6.4.0 to 6.4.1 (#83) 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, '-') }}