diff --git a/.github/workflows/create-release-branch.yml b/.github/workflows/create-release-branch.yml index b8823aa..7a7359f 100644 --- a/.github/workflows/create-release-branch.yml +++ b/.github/workflows/create-release-branch.yml @@ -154,7 +154,7 @@ jobs: ref: ${{ steps.branch.outputs.branch }} - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20 cache: npm