Skip to content

Commit

Permalink
Update dev-hato/actions-diff-pr-management action to v1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 10, 2024
1 parent e6e2a26 commit be182c5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
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/[email protected].11
- uses: dev-hato/[email protected].12
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/[email protected].11
- uses: dev-hato/[email protected].12
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-copy-ci-sudden-death.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
script: |
const script = require(`${process.env.GITHUB_WORKSPACE}/sudden-death/scripts/pr_copy_ci_sudden_death/pr_copy_ci/copy_package.js`)
script()
- uses: dev-hato/[email protected].11
- uses: dev-hato/[email protected].12
with:
github-token: ${{steps.generate_token.outputs.token}}
branch-name-prefix: pr-copy-ci
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/[email protected].11
- uses: dev-hato/[email protected].12
if: success() || failure()
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-update-readme-sudden-death.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- if: github.event_name != 'pull_request' || github.event.action != 'closed'
run: sed -i -e "s/Python [0-9.]*/Python $(cat .python-version)/g" README.md
- uses: dev-hato/[email protected].11
- uses: dev-hato/[email protected].12
with:
github-token: ${{secrets.GITHUB_TOKEN}}
branch-name-prefix: readme
Expand Down

0 comments on commit be182c5

Please sign in to comment.