We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c689ce6 commit 096e331Copy full SHA for 096e331
.github/workflows/comment-commands.yml
@@ -77,7 +77,7 @@ jobs:
77
echo 'EOF' >> $GITHUB_ENV
78
echo "REGEX=$REGEX" >> $GITHUB_ENV
79
80
- - uses: actions/github-script@v6
+ - uses: actions/github-script@v7
81
env:
82
BENCH_OUTPUT: ${{env.BENCH_OUTPUT}}
83
REGEX: ${{env.REGEX}}
.github/workflows/deprecation-tracking-bot.yml
@@ -21,7 +21,7 @@ jobs:
21
22
DEPRECATION_TRACKER_ISSUE: 50578
23
steps:
24
25
id: update-deprecation-issue
26
with:
27
script: |
0 commit comments