diff --git a/.github/workflows/comment-commands.yml b/.github/workflows/comment-commands.yml index de74bfccceea8..e31d9ab343459 100644 --- a/.github/workflows/comment-commands.yml +++ b/.github/workflows/comment-commands.yml @@ -75,7 +75,7 @@ jobs: echo 'EOF' >> $GITHUB_ENV echo "REGEX=$REGEX" >> $GITHUB_ENV - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 env: BENCH_OUTPUT: ${{env.BENCH_OUTPUT}} REGEX: ${{env.REGEX}} diff --git a/.github/workflows/deprecation-tracking-bot.yml b/.github/workflows/deprecation-tracking-bot.yml index 334a5d77b407b..68b72d36b4d1a 100644 --- a/.github/workflows/deprecation-tracking-bot.yml +++ b/.github/workflows/deprecation-tracking-bot.yml @@ -21,7 +21,7 @@ jobs: env: DEPRECATION_TRACKER_ISSUE: 56596 steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 id: update-deprecation-issue with: script: |