From fdfea837bdd673f53f35c58bb7fb0c43c4cd59a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 11:18:00 +0000 Subject: [PATCH] chore(deps): update dev-hato/actions-diff-pr-management action to v1.1.7 --- .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 90d3a6ef3..409766da5 100644 --- a/.github/workflows/fix-fail-notify.yml +++ b/.github/workflows/fix-fail-notify.yml @@ -16,7 +16,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.6 + - uses: dev-hato/actions-diff-pr-management@v1.1.7 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 373c105c7..f990541b5 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.6 + - uses: dev-hato/actions-diff-pr-management@v1.1.7 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.6 + - uses: dev-hato/actions-diff-pr-management@v1.1.7 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 5491900dd..8cebf2654 100644 --- a/.github/workflows/resource-update.yml +++ b/.github/workflows/resource-update.yml @@ -28,7 +28,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.6 + - uses: dev-hato/actions-diff-pr-management@v1.1.7 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: ${{ github.event.inputs.base-branch-name }}-update-frontend @@ -53,7 +53,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.6 + - uses: dev-hato/actions-diff-pr-management@v1.1.7 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: ${{ github.event.inputs.base-branch-name }}-update-test-e2e @@ -80,7 +80,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.6 + - uses: dev-hato/actions-diff-pr-management@v1.1.7 with: github-token: ${{secrets.GITHUB_TOKEN}} branch-name-prefix: ${{ github.event.inputs.base-branch-name }}-update-go