From 4e5fee687799007f3dc9120fabc1bc338377b124 Mon Sep 17 00:00:00 2001 From: Sakamoto Noriaki Date: Mon, 23 Oct 2023 19:24:25 +0900 Subject: [PATCH] Update github-scripts used in automatic-rebase.yaml --- .github/workflows/automatic-rebase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automatic-rebase.yaml b/.github/workflows/automatic-rebase.yaml index 95605294..27446ffb 100644 --- a/.github/workflows/automatic-rebase.yaml +++ b/.github/workflows/automatic-rebase.yaml @@ -30,7 +30,7 @@ jobs: env: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} - name: Report the failure - uses: actions/github-script@v2 + uses: actions/github-script@v6 if: failure() with: script: |