diff --git a/.github/workflows/cleanup-checks.yml b/.github/workflows/cleanup-checks.yml index 880b30cfeca..8ecb8d628f2 100644 --- a/.github/workflows/cleanup-checks.yml +++ b/.github/workflows/cleanup-checks.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - name: add label - uses: actions/github-script@v7.0.1 + uses: actions/github-script@v8.0.0 with: script: | const script = (await import('${{ github.workspace }}/.github/workflows/cleanup-checks.mjs')).setup({context,core,github,exec,glob,io})