From 4b3585deae5afda2ac2da48f792ad22a68a23e16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:12:24 +0000 Subject: [PATCH] chore(deps): update dev-hato/actions-diff-pr-management action to v1.1.10 (#3962) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/fix-fail-notify.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/resource-update.yml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/fix-fail-notify.yml b/.github/workflows/fix-fail-notify.yml index 5afe7f235..cc87bf4df 100644 --- a/.github/workflows/fix-fail-notify.yml +++ b/.github/workflows/fix-fail-notify.yml @@ -14,7 +14,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha || github.event.merge_group.head_sha }} token: ${{secrets.CREATE_WORKFLOW_CI_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.9 + - uses: dev-hato/actions-diff-pr-management@v1.1.10 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: fix-fail-notify diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f6b085d55..5b9f08dfe 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.9 + - uses: dev-hato/actions-diff-pr-management@v1.1.10 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.9 + - uses: dev-hato/actions-diff-pr-management@v1.1.10 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 baaf7c391..8980a34a3 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.9 + - uses: dev-hato/actions-diff-pr-management@v1.1.10 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.9 + - uses: dev-hato/actions-diff-pr-management@v1.1.10 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.9 + - uses: dev-hato/actions-diff-pr-management@v1.1.10 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: update-go