Skip to content

Commit

Permalink
Merge pull request #343 from korosuke613/renovate/actions-github-scri…
Browse files Browse the repository at this point in the history
…pt-7.x

chore(deps): update actions/github-script action to v7
  • Loading branch information
korosuke613 authored Aug 1, 2024
2 parents 8cdc6b5 + 780401c commit 000a506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/shipjs-manual-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
needs: manual_prepare
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand All @@ -58,7 +58,7 @@ jobs:
needs: manual_prepare
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v3
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit 000a506

Please sign in to comment.