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