diff --git a/.github/workflows/99-self-healing-dependabot-updates.yml b/.github/workflows/99-self-healing-dependabot-updates.yml index 5c7e36ce3..6a72abdc5 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@v5 with: node-version-file: '.nvmrc' diff --git a/.github/workflows/99-update-browserslist-database.yml b/.github/workflows/99-update-browserslist-database.yml index a8663a9a8..578ba58b3 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@v5 with: node-version-file: '.nvmrc'