diff --git a/.github/workflows/branch-cleanup.yml b/.github/workflows/branch-cleanup.yml index c4d66b593..2f1c8784b 100644 --- a/.github/workflows/branch-cleanup.yml +++ b/.github/workflows/branch-cleanup.yml @@ -18,7 +18,7 @@ jobs: if: github.event.pull_request.head.ref == 'backend-release' || github.event.pull_request.head.ref == 'frontend-release' || github.event.pull_request.head.ref == 'satellite-release' steps: - name: Delete release branch - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.APP_INSTALLATION_TOKEN }} script: |