Skip to content

Commit

Permalink
🚨 Actualizar a v4 las acciones de checkout y setup-node
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Jul 24, 2024
1 parent 3f13829 commit 42c46ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/estilo-codigo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:

steps:
- name: 🐯 Obtener código del repositorio
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: 🐝 Usar Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 'lts/*'

Expand Down

0 comments on commit 42c46ba

Please sign in to comment.