diff --git a/.github/workflows/99-self-healing-dependabot-updates.yml b/.github/workflows/99-self-healing-dependabot-updates.yml index 609399500e..f5cbf6977a 100644 --- a/.github/workflows/99-self-healing-dependabot-updates.yml +++ b/.github/workflows/99-self-healing-dependabot-updates.yml @@ -30,7 +30,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"