diff --git a/.github/workflows/99-add-url-comment.yml b/.github/workflows/99-add-url-comment.yml index 78836717e..14268c90e 100644 --- a/.github/workflows/99-add-url-comment.yml +++ b/.github/workflows/99-add-url-comment.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: 📡 Add comment - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const body = `🔭🐙🐈 Test this branch here: https://${context.repo.owner}.github.io/${context.repo.repo}/review/${context.payload.pull_request.head.ref}`; diff --git a/.github/workflows/99-auto-update-pr.yml b/.github/workflows/99-auto-update-pr.yml index b7eae200e..34a08c6d6 100644 --- a/.github/workflows/99-auto-update-pr.yml +++ b/.github/workflows/99-auto-update-pr.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@v4 - name: ↔ Create Pull Request - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: create-pr with: result-encoding: string diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index 305034c42..a79f1e4ff 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -28,7 +28,7 @@ jobs: - name: 🗑️ Clean all preview pages id: cleanup - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: result-encoding: json script: |