diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 13af679..cf3d028 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -250,7 +250,7 @@ jobs: steps: - name: Create announcement - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const version = '${{ needs.create-release.outputs.version }}'; diff --git a/.github/workflows/validate-docs.yml b/.github/workflows/validate-docs.yml index 3c8044b..4253605 100644 --- a/.github/workflows/validate-docs.yml +++ b/.github/workflows/validate-docs.yml @@ -48,7 +48,7 @@ jobs: - name: Comment PR with build status if: always() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const status = '${{ job.status }}' === 'success' ? '✅ Documentation builds successfully' : '❌ Documentation build failed';