We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fedb9c8 commit 92d3696Copy full SHA for 92d3696
.github/workflows/label-linked-issues.yml
@@ -53,7 +53,7 @@ jobs:
53
run: echo "result=$(jq .version package.json -r)" >>$GITHUB_OUTPUT
54
- id: query
55
name: Query linked issues
56
- uses: octokit/graphql-action@v2.2.25
+ uses: octokit/graphql-action@v2.3.2
57
env:
58
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
59
with:
0 commit comments