diff --git a/.github/workflows/ghcr-cleanup.yml b/.github/workflows/ghcr-cleanup.yml index 8debef5ab..523ebf327 100644 --- a/.github/workflows/ghcr-cleanup.yml +++ b/.github/workflows/ghcr-cleanup.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Delete untagged images - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GH_TOKEN }} script: | diff --git a/.github/workflows/issue_bot.yml b/.github/workflows/issue_bot.yml index 150929e1e..4afb81dc6 100644 --- a/.github/workflows/issue_bot.yml +++ b/.github/workflows/issue_bot.yml @@ -31,7 +31,7 @@ jobs: path: zhc - name: Comment on new device support/external converter issue - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const {newDeviceSupport} = await import("${{ github.workspace }}/z2m/scripts/issueBot.mjs")