diff --git a/.github/workflows/branch-cleanup.yml b/.github/workflows/branch-cleanup.yml index 2f1c8784b..de896bced 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@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.APP_INSTALLATION_TOKEN }} script: |