Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 18, 2024
1 parent ad0c389 commit 87230c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
command: release-pr
- id: label
if: ${{ steps.release-pr.outputs.pr }}
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{secrets.GITHUB_TOKEN}}
script: |
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
npm install
npm run build
npm publish
- uses: actions/github-script@v6
- uses: actions/github-script@v7
if: ${{ steps.release.outputs.release_created }}
with:
github-token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 87230c9

Please sign in to comment.