Skip to content

Commit

Permalink
Update dev-hato/actions-diff-pr-management action to v1.1.9 (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 20, 2024
1 parent b6dc10b commit 85f3ff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 @@ -13,7 +13,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@40e65038ab238f87b7b71c40f4d54d0d50760047 # v1.1.8
- uses: dev-hato/actions-diff-pr-management@5679ec25fa1bcedddc567859b30193a724bc968e # v1.1.9
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: fix-fail-notify
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
go-version: stable
- if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: go mod tidy
- uses: dev-hato/actions-diff-pr-management@40e65038ab238f87b7b71c40f4d54d0d50760047 # v1.1.8
- uses: dev-hato/actions-diff-pr-management@5679ec25fa1bcedddc567859b30193a724bc968e # v1.1.9
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: format
Expand Down

0 comments on commit 85f3ff6

Please sign in to comment.