From 55fb23da9ea212646080f566f7c42c2efe4361ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 06:12:17 +0000 Subject: [PATCH] ci(deps): bump octokit/graphql-action from 2.2.22 to 2.2.23 Bumps [octokit/graphql-action](https://github.com/octokit/graphql-action) from 2.2.22 to 2.2.23. - [Release notes](https://github.com/octokit/graphql-action/releases) - [Commits](https://github.com/octokit/graphql-action/compare/v2.2.22...v2.2.23) --- 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 479ee40f..baa235bb 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.22 + uses: octokit/graphql-action@v2.2.23 with: query: | query ($limit: Int = 20, $owner: String!, $pr: Int!, $repo: String!) {