diff --git a/.github/workflows/check-commit.yml b/.github/workflows/check-commit.yml index f880976a..a8d991cf 100644 --- a/.github/workflows/check-commit.yml +++ b/.github/workflows/check-commit.yml @@ -44,7 +44,7 @@ jobs: env: PR_NUMBER: ${{ github.event.number }} steps: - - uses: actions/github-script@v6 + - uses: actions/github-script@v7 with: github-token: ${{secrets.GITHUB_TOKEN}} script: |