diff --git a/.github/workflows/changelog-check.yml b/.github/workflows/changelog-check.yml index b71cb948..73ee2153 100644 --- a/.github/workflows/changelog-check.yml +++ b/.github/workflows/changelog-check.yml @@ -77,7 +77,7 @@ jobs: - name: Comment on PR (if changelog missing) if: failure() - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const message = `## ⚠️ CHANGELOG.md Update Required diff --git a/.github/workflows/check-commit-email.yml b/.github/workflows/check-commit-email.yml index d1dfa751..cc43d2cd 100644 --- a/.github/workflows/check-commit-email.yml +++ b/.github/workflows/check-commit-email.yml @@ -70,7 +70,7 @@ jobs: - name: Comment on PR (informational) if: steps.check-emails.outputs.found_personal == 'true' - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: PERSONAL_EMAILS: ${{ steps.check-emails.outputs.emails }} with: diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml index 5c240d6c..b35176ba 100644 --- a/.github/workflows/commit-lint.yml +++ b/.github/workflows/commit-lint.yml @@ -68,7 +68,7 @@ jobs: - name: Comment on PR (if validation fails) if: failure() - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const message = `## ❌ Commit Message Validation Failed