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

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