diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index ee3594c..dd033aa 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Check for backport labels id: backport_branches - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { data: issue } = await github.rest.issues.get({ diff --git a/.github/workflows/reconcile-issue-comment.yaml b/.github/workflows/reconcile-issue-comment.yaml index 64adbd8..095e814 100644 --- a/.github/workflows/reconcile-issue-comment.yaml +++ b/.github/workflows/reconcile-issue-comment.yaml @@ -30,7 +30,7 @@ jobs: application_private_key: ${{ secrets.TRUSTIFICATION_BOT_KEY }} - name: Handle commands - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ steps.get_workflow_token.outputs.token }} script: | diff --git a/.github/workflows/reconcile-issue.yaml b/.github/workflows/reconcile-issue.yaml index de9658e..3343352 100644 --- a/.github/workflows/reconcile-issue.yaml +++ b/.github/workflows/reconcile-issue.yaml @@ -26,7 +26,7 @@ jobs: application_private_key: ${{ secrets.TRUSTIFICATION_BOT_KEY }} - name: Handle labels - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ steps.get_workflow_token.outputs.token }} script: |