Skip to content

Commit

Permalink
chore(deps): update dev-hato/actions-diff-pr-management action to v1.…
Browse files Browse the repository at this point in the history
…1.11 (#3987)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 10, 2024
1 parent 91f6de6 commit 737bcd5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fix-fail-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].10
- uses: dev-hato/[email protected].11
with:
github-token: ${{steps.generate_token.outputs.token}}
branch-name-prefix: fix-fail-notify
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].10
- uses: dev-hato/[email protected].11
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: fix-format
Expand Down Expand Up @@ -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/[email protected].10
- uses: dev-hato/[email protected].11
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: fix-version
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/resource-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected].10
- uses: dev-hato/[email protected].11
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: update-frontend
Expand All @@ -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/[email protected].10
- uses: dev-hato/[email protected].11
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: update-test-e2e
Expand All @@ -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/[email protected].10
- uses: dev-hato/[email protected].11
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: update-go
Expand Down

0 comments on commit 737bcd5

Please sign in to comment.