Skip to content

Commit

Permalink
🚨 Actualizar a v4
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Aug 26, 2024
1 parent fc2c294 commit 88ab04d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/estilo-codigo.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Estilo Código
name: 🐾 Estilo Código

on:
push:
Expand All @@ -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 88ab04d

Please sign in to comment.