diff --git a/.github/workflows/fix-fail-notify.yml b/.github/workflows/fix-fail-notify.yml index d73da9f3a..f2dff4c79 100644 --- a/.github/workflows/fix-fail-notify.yml +++ b/.github/workflows/fix-fail-notify.yml @@ -20,7 +20,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha || github.event.merge_group.head_sha }} token: ${{steps.generate_token.outputs.token}} - run: bash "${GITHUB_WORKSPACE}/scripts/fix_fail_notify/fix_fail_notify/fix_fail_notify.sh" - - uses: dev-hato/actions-diff-pr-management@v1.1.10 + - uses: dev-hato/actions-diff-pr-management@v1.1.11 with: github-token: ${{steps.generate_token.outputs.token}} branch-name-prefix: fix-fail-notify diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68e6e6c0d..a141aece2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -169,7 +169,7 @@ jobs: - name: Install goimports if: github.event_name != 'pull_request' || github.event.action != 'closed' run: bash "${GITHUB_WORKSPACE}/scripts/release/format_go/run_goimports.sh" - - uses: dev-hato/actions-diff-pr-management@v1.1.10 + - uses: dev-hato/actions-diff-pr-management@v1.1.11 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: fix-format @@ -243,7 +243,7 @@ jobs: if: github.event_name != 'pull_request' || github.event.action != 'closed' run: npm install working-directory: test/e2e - - uses: dev-hato/actions-diff-pr-management@v1.1.10 + - uses: dev-hato/actions-diff-pr-management@v1.1.11 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: fix-version diff --git a/.github/workflows/resource-update.yml b/.github/workflows/resource-update.yml index 821e15e65..91fc32b6b 100644 --- a/.github/workflows/resource-update.yml +++ b/.github/workflows/resource-update.yml @@ -24,7 +24,7 @@ jobs: - name: ncu install if: github.event_name != 'pull_request' || github.event.action != 'closed' run: bash "${GITHUB_WORKSPACE}/scripts/resource_update/update.sh" - - uses: dev-hato/actions-diff-pr-management@v1.1.10 + - uses: dev-hato/actions-diff-pr-management@v1.1.11 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: update-frontend @@ -49,7 +49,7 @@ jobs: - name: ncu install if: github.event_name != 'pull_request' || github.event.action != 'closed' run: bash "${GITHUB_WORKSPACE}/scripts/resource_update/update.sh" - - uses: dev-hato/actions-diff-pr-management@v1.1.10 + - uses: dev-hato/actions-diff-pr-management@v1.1.11 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: update-test-e2e @@ -76,7 +76,7 @@ jobs: - name: go mod update if: github.event_name != 'pull_request' || github.event.action != 'closed' run: bash "${GITHUB_WORKSPACE}/scripts/resource_update/update_go/run_go_mod_tidy.sh" - - uses: dev-hato/actions-diff-pr-management@v1.1.10 + - uses: dev-hato/actions-diff-pr-management@v1.1.11 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: update-go