We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb393f commit 4323416Copy full SHA for 4323416
.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/[email protected].24
+ uses: octokit/[email protected].25
56
env:
57
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58
with:
0 commit comments