Skip to content

Commit

Permalink
Update actions/github-script action to v7 (#222)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 7, 2024
1 parent 202eca6 commit 74576a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

- name: Prevent empty release
if: ${{ steps.generate-changelog.outputs.changelog == '' }}
uses: actions/github-script@v3
uses: actions/github-script@v7
with:
script: |
core.setFailed("No changes since prior release")
Expand Down

0 comments on commit 74576a2

Please sign in to comment.