Skip to content

Commit

Permalink
chore: update actions/github-script to v7
Browse files Browse the repository at this point in the history
To eliminate the Node.js 16 warning message.
  • Loading branch information
haoqunjiang committed Mar 28, 2024
1 parent 9e2b81c commit 395373a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ecosystem-ci-from-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
comment-id: ${{ steps.create-comment.outputs.result }}
steps:
- id: create-comment
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.ECOSYSTEM_CI_ACCESS_TOKEN }}
result-encoding: string
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
needs: [init, execute-selected-suite, execute-all]
if: always()
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.ECOSYSTEM_CI_ACCESS_TOKEN }}
script: |
Expand Down

0 comments on commit 395373a

Please sign in to comment.