We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4b0d3a commit e2bac8fCopy full SHA for e2bac8f
.github/workflows/comment-commands.yml
@@ -75,7 +75,7 @@ jobs:
75
echo 'EOF' >> $GITHUB_ENV
76
echo "REGEX=$REGEX" >> $GITHUB_ENV
77
78
- - uses: actions/github-script@v7
+ - uses: actions/github-script@v8
79
env:
80
BENCH_OUTPUT: ${{env.BENCH_OUTPUT}}
81
REGEX: ${{env.REGEX}}
.github/workflows/deprecation-tracking-bot.yml
@@ -21,7 +21,7 @@ jobs:
21
22
DEPRECATION_TRACKER_ISSUE: 56596
23
steps:
24
25
id: update-deprecation-issue
26
with:
27
script: |
0 commit comments