diff --git a/.github/workflows/0-inicio.yml b/.github/workflows/0-inicio.yml index ed5b1f4..af4a097 100644 --- a/.github/workflows/0-inicio.yml +++ b/.github/workflows/0-inicio.yml @@ -84,7 +84,7 @@ jobs: # Update README to close
and open
# and set STEP to '1' - name: Actualizar a paso 1 - uses: skills/action-update-step@v1 + uses: skills/action-update-step@v2 with: token: ${{ secrets.GITHUB_TOKEN }} from_step: 0 diff --git a/.github/workflows/1-crea-primer-workflow.yml b/.github/workflows/1-crea-primer-workflow.yml index ce1cab4..18e5e13 100644 --- a/.github/workflows/1-crea-primer-workflow.yml +++ b/.github/workflows/1-crea-primer-workflow.yml @@ -66,7 +66,7 @@ jobs: # Update README to close
and open
# and set STEP to '2' - name: Actualizar a paso 2 - uses: skills/action-update-step@v1 + uses: skills/action-update-step@v2 with: token: ${{ secrets.GITHUB_TOKEN }} from_step: 1 diff --git a/.github/workflows/2-conoce-triggers.yml b/.github/workflows/2-conoce-triggers.yml index daad349..a0532c2 100644 --- a/.github/workflows/2-conoce-triggers.yml +++ b/.github/workflows/2-conoce-triggers.yml @@ -66,7 +66,7 @@ jobs: # Update README to close
and open
# and set STEP to '3' - name: Actualizar a paso 3 - uses: skills/action-update-step@v1 + uses: skills/action-update-step@v2 with: token: ${{ secrets.GITHUB_TOKEN }} from_step: 2 diff --git a/.github/workflows/3-aprende-expresiones.yml b/.github/workflows/3-aprende-expresiones.yml index bb45a57..89e85b8 100644 --- a/.github/workflows/3-aprende-expresiones.yml +++ b/.github/workflows/3-aprende-expresiones.yml @@ -66,7 +66,7 @@ jobs: # Update README to close
and open
# and set STEP to '4' - name: Actualizar a paso 4 - uses: skills/action-update-step@v1 + uses: skills/action-update-step@v2 with: token: ${{ secrets.GITHUB_TOKEN }} from_step: 3 diff --git a/.github/workflows/4-usa-contextos.yml b/.github/workflows/4-usa-contextos.yml index f8966f6..2fc89d2 100644 --- a/.github/workflows/4-usa-contextos.yml +++ b/.github/workflows/4-usa-contextos.yml @@ -66,7 +66,7 @@ jobs: # Update README to close
and open
# and set STEP to '5' - name: Actualizar a paso 5 - uses: skills/action-update-step@v1 + uses: skills/action-update-step@v2 with: token: ${{ secrets.GITHUB_TOKEN }} from_step: 4 diff --git a/.github/workflows/5-uso-variables.yml b/.github/workflows/5-uso-variables.yml index a4a3b1f..dee3b55 100644 --- a/.github/workflows/5-uso-variables.yml +++ b/.github/workflows/5-uso-variables.yml @@ -66,7 +66,7 @@ jobs: # Update README to close
and open
# and set STEP to 'X' - name: Actualizar a paso X - uses: skills/action-update-step@v1 + uses: skills/action-update-step@v2 with: token: ${{ secrets.GITHUB_TOKEN }} from_step: 5