From 3c7e1c5ffb86a8355708bb812a660febb8ca3ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Oct 2022 06:43:08 +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 a10f6f1c..021ae5b4 100644 --- a/.github/workflows/label-linked-issues.yml +++ b/.github/workflows/label-linked-issues.yml @@ -42,7 +42,7 @@ jobs: run: echo "::set-output name=result::$(jq .version package.json -r)" - 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!) {