chore(deps): update actions/setup-node action to v5

This commit is contained in:
renovate[bot]
2025-09-06 12:54:34 +00:00
committed by GitHub
parent e21fa7d680
commit 629aa939ca
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
- uses: "actions/checkout@v5" - uses: "actions/checkout@v5"
with: with:
ref: "${{ inputs.ref }}" ref: "${{ inputs.ref }}"
- uses: "actions/setup-node@v4" - uses: "actions/setup-node@v5"
with: with:
cache: "yarn" cache: "yarn"
- run: "yarn install" - run: "yarn install"

View File

@@ -31,7 +31,7 @@ jobs:
fi fi
- run: "echo 'CLEAN_VERSION=${{ github.ref }}' | sed 's,refs/tags/v,,g' >> $GITHUB_ENV" - run: "echo 'CLEAN_VERSION=${{ github.ref }}' | sed 's,refs/tags/v,,g' >> $GITHUB_ENV"
# Write the new version to package.json # Write the new version to package.json
- uses: "actions/setup-node@v4" - uses: "actions/setup-node@v5"
- run: "yarn version --new-version $CLEAN_VERSION --no-git-tag-version" - run: "yarn version --new-version $CLEAN_VERSION --no-git-tag-version"
# Write the new version to pyproject.toml # Write the new version to pyproject.toml
- run: "pipx install poetry" - run: "pipx install poetry"

View File

@@ -57,7 +57,7 @@ jobs:
- uses: "actions/checkout@v5" - uses: "actions/checkout@v5"
with: with:
ref: "${{ inputs.ref }}" ref: "${{ inputs.ref }}"
- uses: "actions/setup-node@v4" - uses: "actions/setup-node@v5"
with: with:
cache: "yarn" cache: "yarn"
- run: "pipx install poetry" - run: "pipx install poetry"