diff --git a/.github/workflows/99-self-healing-dependabot-updates.yml b/.github/workflows/99-self-healing-dependabot-updates.yml index 669eb0052..6f12c0e23 100644 --- a/.github/workflows/99-self-healing-dependabot-updates.yml +++ b/.github/workflows/99-self-healing-dependabot-updates.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Node.js if: env.stylelint_update == 'true' || env.prettier_update == 'true' - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: ".nvmrc"