Skip to content

Commit 86367ff

Browse files
authored
Merge pull request #17 from gokken-roko/renovate/actions-github-script-6.x
Update actions/github-script action to v6.4.0
2 parents d9e677a + e0b0545 commit 86367ff

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/checkbox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Post Comment
3030
if: steps.checkbox01.outcome == 'success'
31-
uses: actions/github-script@v6.3.3
31+
uses: actions/github-script@v6.4.0
3232
env:
3333
MESSAGE: |
3434
## 概要

.github/workflows/issue-assign.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
CONTEXT: ${{ toJSON(github.event) }}
1515

1616
- name: post comment
17-
uses: actions/github-script@v6.3.3
17+
uses: actions/github-script@v6.4.0
1818
env:
1919
MESSAGE: |
2020
@${{ github.event.assignee.login }} issue に assign されました

.github/workflows/review-comment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
if: github.event.label.name == 'triage/review'
1010
steps:
1111
- name: Post Comment
12-
uses: actions/github-script@v6.3.3
12+
uses: actions/github-script@v6.4.0
1313
env:
1414
MESSAGE: |
1515
`triage/review` ラベルでレビューがリクエストされました

.github/workflows/review-label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.event.project_card.column_id == '17292314'
1111
steps:
1212
- name: Add labels
13-
uses: actions/github-script@v6.3.3
13+
uses: actions/github-script@v6.4.0
1414
with:
1515
github-token: ${{secrets.MY_GITHUB_TOKEN}}
1616
script: |

0 commit comments

Comments
 (0)