diff --git a/.github/workflows/0-start.yml b/.github/workflows/0-start.yml index d2056f8..16daf4f 100644 --- a/.github/workflows/0-start.yml +++ b/.github/workflows/0-start.yml @@ -92,7 +92,7 @@ jobs: # Update README to close
and open
# and set STEP to '1' - name: Update to step 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-open-a-pull-request.yml b/.github/workflows/1-open-a-pull-request.yml index 9da0ffb..82a8abd 100644 --- a/.github/workflows/1-open-a-pull-request.yml +++ b/.github/workflows/1-open-a-pull-request.yml @@ -63,7 +63,7 @@ jobs: # Update README to close
and open
# and set STEP to '2' - name: Update to step 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-assign-yourself.yml b/.github/workflows/2-assign-yourself.yml index a123e70..61395b0 100644 --- a/.github/workflows/2-assign-yourself.yml +++ b/.github/workflows/2-assign-yourself.yml @@ -61,7 +61,7 @@ jobs: # Update README to close
and open
# and set STEP to '3' - name: Update to step 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-leave-a-review.yml b/.github/workflows/3-leave-a-review.yml index d53e1b9..2b6aacd 100644 --- a/.github/workflows/3-leave-a-review.yml +++ b/.github/workflows/3-leave-a-review.yml @@ -60,7 +60,7 @@ jobs: # Update README to close
and open
# and set STEP to '4' - name: Update to step 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-suggest-changes.yml b/.github/workflows/4-suggest-changes.yml index 7ad382e..5aa2b82 100644 --- a/.github/workflows/4-suggest-changes.yml +++ b/.github/workflows/4-suggest-changes.yml @@ -60,7 +60,7 @@ jobs: # Update README to close
and open
# and set STEP to '5' - name: Update to step 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-apply-changes.yml b/.github/workflows/5-apply-changes.yml index 6182fca..4cf9848 100644 --- a/.github/workflows/5-apply-changes.yml +++ b/.github/workflows/5-apply-changes.yml @@ -60,7 +60,7 @@ jobs: # Update README to close
and open
# and set STEP to '6' - name: Update to step 6 - uses: skills/action-update-step@v1 + uses: skills/action-update-step@v2 with: token: ${{ secrets.GITHUB_TOKEN }} from_step: 5 diff --git a/.github/workflows/6-merge-your-pull-request.yml b/.github/workflows/6-merge-your-pull-request.yml index 8f9b554..8a89bcf 100644 --- a/.github/workflows/6-merge-your-pull-request.yml +++ b/.github/workflows/6-merge-your-pull-request.yml @@ -59,7 +59,7 @@ jobs: # Update README to close
and open
# and set STEP to 'X' - name: Update to step X - uses: skills/action-update-step@v1 + uses: skills/action-update-step@v2 with: token: ${{ secrets.GITHUB_TOKEN }} from_step: 6