Skip to content

Commit

Permalink
Merge pull request #33 from Okabe-Junya/renovate/actions-github-scrip…
Browse files Browse the repository at this point in the history
…t-6.x

chore(deps): update actions/github-script action to v6
  • Loading branch information
Okabe-Junya authored Oct 2, 2023
2 parents cd3be04 + 27c4a08 commit d8063b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/label-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: check-label
uses: actions/github-script@v3
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand All @@ -35,7 +35,7 @@ jobs:
- name: add-label
if: steps.check-label.outputs.is_release_label == 'false'
uses: actions/github-script@v3
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- name: Check label
id: check_label
uses: actions/github-script@v3
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit d8063b5

Please sign in to comment.