diff --git a/.github/workflows/cleanup-preview.yml b/.github/workflows/cleanup-preview.yml index 29acb2f..bd65ee0 100644 --- a/.github/workflows/cleanup-preview.yml +++ b/.github/workflows/cleanup-preview.yml @@ -58,7 +58,7 @@ jobs: continue-on-error: true - name: Comment Cleanup Status - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: SHOULD_CLEANUP: ${{ steps.cleanup_guard.outputs.should_cleanup }} SKIP_REASON: ${{ steps.cleanup_guard.outputs.reason }} diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 55daaf6..685b58c 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -120,7 +120,7 @@ jobs: - name: Comment Preview URL if: github.event_name == 'pull_request' - uses: actions/github-script@v7 + uses: actions/github-script@v8 env: PREVIEW_URL: ${{ steps.preview_meta.outputs.preview_url }} SHOULD_DEPLOY: ${{ steps.deploy_guard.outputs.should_deploy }}