Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
we-renovate[bot] authored and stempler committed Oct 28, 2024
1 parent 80cdb70 commit b0d7770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ runs:
- name: Install NodeJs
if: ${{ inputs.release == 'true' }}
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: 20

Expand Down Expand Up @@ -103,7 +103,7 @@ runs:
PUBLISH_TASKS: ${{ inputs.release-tasks != '' && inputs.release-tasks || inputs.publish-tasks }}
with:
dry_run: ${{ inputs.release-dryrun }}
semantic_version: 24.1.3
semantic_version: 24.2.0

extra_plugins:
"@semantic-release/changelog@\
Expand Down

0 comments on commit b0d7770

Please sign in to comment.