File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
node-version-file : .node-version
30
30
- if : github.event_name != 'pull_request' || github.event.action != 'closed'
31
31
run : bash "${GITHUB_WORKSPACE}/scripts/update_dist/update_dist/build.sh"
32
- - uses : dev-hato/actions-diff-pr-management@cea263ca46759ebc8c812b8595be4df129761037 # v2.1.0
32
+ - uses : dev-hato/actions-diff-pr-management@b3530e809a1948d0187f47a67d4164a47e03d7ec # v2.1.1
33
33
with :
34
34
github-token : ${{secrets.GITHUB_TOKEN}}
35
35
branch-name-prefix : apply-dist
Original file line number Diff line number Diff line change 31
31
node-version-file : .node-version
32
32
- if : github.event_name != 'pull_request' || github.event.action != 'closed'
33
33
run : bash "${GITHUB_WORKSPACE}/scripts/update_package/update_package/install.sh"
34
- - uses : dev-hato/actions-diff-pr-management@cea263ca46759ebc8c812b8595be4df129761037 # v2.1.0
34
+ - uses : dev-hato/actions-diff-pr-management@b3530e809a1948d0187f47a67d4164a47e03d7ec # v2.1.1
35
35
with :
36
36
github-token : ${{secrets.GITHUB_TOKEN}}
37
37
branch-name-prefix : fix-package
Original file line number Diff line number Diff line change 52
52
run : bash "${GITHUB_WORKSPACE}/scripts/update_readme/update_readme/update_readme.sh"
53
53
- if : github.event_name != 'pull_request' || github.event.action != 'closed'
54
54
run : npx prettier --write .
55
- - uses : dev-hato/actions-diff-pr-management@cea263ca46759ebc8c812b8595be4df129761037 # v2.1.0
55
+ - uses : dev-hato/actions-diff-pr-management@b3530e809a1948d0187f47a67d4164a47e03d7ec # v2.1.1
56
56
with :
57
57
github-token : ${{secrets.GITHUB_TOKEN}}
58
58
branch-name-prefix : fix-readme
You can’t perform that action at this time.
0 commit comments