From 4c33019cd0c40cc446a425d0f90410e42a6ee16d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 21:43:11 +0000 Subject: [PATCH] ci(deps): Bump octokit/graphql-action from 2.2.25 to 2.3.2 Bumps [octokit/graphql-action](https://github.com/octokit/graphql-action) from 2.2.25 to 2.3.2. - [Release notes](https://github.com/octokit/graphql-action/releases) - [Commits](https://github.com/octokit/graphql-action/compare/v2.2.25...v2.3.2) --- updated-dependencies: - dependency-name: octokit/graphql-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 54aa66c..a007989 100644 --- a/.github/workflows/label-linked-issues.yml +++ b/.github/workflows/label-linked-issues.yml @@ -53,7 +53,7 @@ jobs: run: echo "result=$(jq .version package.json -r)" >>$GITHUB_OUTPUT - id: query name: Query linked issues - uses: octokit/graphql-action@v2.2.25 + uses: octokit/graphql-action@v2.3.2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: