diff --git a/.github/workflows/depends-on-comment.yml b/.github/workflows/depends-on-comment.yml index a45d4b23056..b6ade4d341c 100644 --- a/.github/workflows/depends-on-comment.yml +++ b/.github/workflows/depends-on-comment.yml @@ -46,7 +46,7 @@ jobs: - name: Comment on the PR if: ${{ steps.dl.outcome == 'success' }} - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const fs = require('fs'); diff --git a/.github/workflows/issue_labeler.yml b/.github/workflows/issue_labeler.yml index 744923cfc71..37d68d610e3 100644 --- a/.github/workflows/issue_labeler.yml +++ b/.github/workflows/issue_labeler.yml @@ -23,7 +23,7 @@ jobs: issues: write steps: - name: Add labels issues automatically based on their body. - uses: actions/github-script@v9.0.0 + uses: actions/github-script@v9 with: script: | const body = context.payload.issue.body;