Skip to content

Commit

Permalink
fix(deps): ⬆️ Upgrade actions/github-script action to v7 (#238)
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 Nov 24, 2023
1 parent 95a459d commit 1b35a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
include-v-in-tag: false
pull-request-title-pattern: "chore${scope}: :bookmark: release${component} ${version}"
- name: Extract Version Number
uses: actions/github-script@v6
uses: actions/github-script@v7
id: extract-version
if: ${{ steps.release.outputs.pr || steps.release.outputs.release_created }}
env:
Expand Down

0 comments on commit 1b35a3c

Please sign in to comment.