Skip to content

Commit

Permalink
Merge branch 'develop' into massongit-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit authored Feb 10, 2024
2 parents b0131ee + d730926 commit 1f5162f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-hato-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
run: bash "${GITHUB_WORKSPACE}/scripts/deploy_hato_bot/update_version_python_version/get_python_version.sh"
env:
HEAD_REF: ${{github.head_ref || github.event.release.tag_name}}
- uses: dev-hato/actions-diff-pr-management@v1.1.10
- uses: dev-hato/actions-diff-pr-management@v1.1.11
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: fix-version-python-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-json-yml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
token: ${{steps.generate_token.outputs.token}}
- uses: dev-hato/actions-format-json-yml@v0.0.59
- uses: dev-hato/actions-format-json-yml@v0.0.60
with:
github-token: ${{steps.generate_token.outputs.token}}
concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-check-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: get_npm_version
if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: bash "${GITHUB_WORKSPACE}/scripts/pr_check_npm/pr_update_version/get_npm_version.sh"
- uses: dev-hato/actions-diff-pr-management@v1.1.10
- uses: dev-hato/actions-diff-pr-management@v1.1.11
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: fix-version
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Install dependencies
if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: bash "${GITHUB_WORKSPACE}/scripts/pr_check_npm/npm_install.sh"
- uses: dev-hato/actions-diff-pr-management@v1.1.10
- uses: dev-hato/actions-diff-pr-management@v1.1.11
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
id: format
if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: bash "${GITHUB_WORKSPACE}/scripts/pr_format/pr_format/format.sh"
- uses: dev-hato/actions-diff-pr-management@v1.1.10
- uses: dev-hato/actions-diff-pr-management@v1.1.11
if: success() || failure()
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-update-gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install packages
if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: bash "${GITHUB_WORKSPACE}/scripts/npm_ci.sh"
- uses: dev-hato/actions-update-gitleaks@v0.0.65
- uses: dev-hato/actions-update-gitleaks@v0.0.66
with:
github-token: ${{secrets.GITHUB_TOKEN}}
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-readme-hato-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- run: perl -pe "s/{commands}/$(sed -e '2,$s/^/ /' commands.txt)/g" < README.template.md > README.md
if: github.event_name != 'pull_request' || github.event.action != 'closed'
- uses: dev-hato/actions-diff-pr-management@v1.1.10
- uses: dev-hato/actions-diff-pr-management@v1.1.11
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: update-readme
Expand Down

0 comments on commit 1f5162f

Please sign in to comment.