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

This commit is contained in:
renovate[bot]
2025-10-18 13:07:24 +00:00
committed by GitHub
parent ce03ea001d
commit 57bcd52944
3 changed files with 3 additions and 3 deletions

View File

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