From 76fe904730c906119ae32c565e2eac85fa830458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 20:08:03 +0000 Subject: [PATCH] ci(deps): Bump octokit/graphql-action from 2.2.23 to 2.2.24 Bumps [octokit/graphql-action](https://github.com/octokit/graphql-action) from 2.2.23 to 2.2.24. - [Release notes](https://github.com/octokit/graphql-action/releases) - [Commits](https://github.com/octokit/graphql-action/compare/v2.2.23...v2.2.24) --- updated-dependencies: - dependency-name: octokit/graphql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 61f82459..fed587e7 100644 --- a/.github/workflows/label-linked-issues.yml +++ b/.github/workflows/label-linked-issues.yml @@ -42,7 +42,7 @@ jobs: run: echo "result=$(jq .version package.json -r)" >> $GITHUB_OUTPUT - id: query name: Query linked issues - uses: octokit/graphql-action@v2.2.23 + uses: octokit/graphql-action@v2.2.24 with: query: | query ($limit: Int = 20, $owner: String!, $pr: Int!, $repo: String!) {