diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 2a3ee69799b..cd0a1d31726 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -22,7 +22,7 @@ jobs: - name: Verify PR has label starting with 'cl-' id: verify-labels - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const labels = context.payload.pull_request.labels.map(label => label.name.toLowerCase()); diff --git a/.github/workflows/markdownLink.yml b/.github/workflows/markdownLink.yml index dbc5ccf139f..5ad78cf84d4 100644 --- a/.github/workflows/markdownLink.yml +++ b/.github/workflows/markdownLink.yml @@ -44,7 +44,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Super-Linter correction instructions if: failure() - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v8 with: script: | const message = "Super-Linter found issues in the changed files. Please check the logs for details. You can run the linter locally using the command: `./tools/super-lister/super-lister.ps1`.";