Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

Commit

Permalink
chore(deps): update actions/setup-node action to v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ferferga committed Dec 19, 2023
1 parent b05de07 commit 15d7496
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
show-progress: false

- name: Configurar entorno Node.js ⚙️
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.1
with:
node-version: 20
check-latest: true
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
show-progress: false

- name: Configurar entorno Node.js ⚙️
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.1
with:
node-version: 20
check-latest: true
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
show-progress: false

- name: Configurar entorno Node.js ⚙️
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.1
with:
node-version: 20
check-latest: true
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
show-progress: false

- name: Configurar entorno Node.js ⚙️
uses: actions/setup-node@v4.0.0
uses: actions/setup-node@v4.0.1
with:
node-version: 20
check-latest: true
Expand Down

0 comments on commit 15d7496

Please sign in to comment.