diff --git a/.github/workflows/99-self-healing-dependabot-updates.yml b/.github/workflows/99-self-healing-dependabot-updates.yml index bf8f573b7..25c414d68 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' diff --git a/.github/workflows/99-update-browserslist-database.yml b/.github/workflows/99-update-browserslist-database.yml index 9d58e28ae..8b9b70baf 100644 --- a/.github/workflows/99-update-browserslist-database.yml +++ b/.github/workflows/99-update-browserslist-database.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 # Needed to create branches - name: Setup Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version-file: '.nvmrc'