diff --git a/.github/workflows/0-start.yml b/.github/workflows/0-start.yml index 8895bd9..e60ecfc 100644 --- a/.github/workflows/0-start.yml +++ b/.github/workflows/0-start.yml @@ -93,7 +93,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.GLOBAL_CLASSROOM_ORG_TOKEN }} from_step: 0 diff --git a/.github/workflows/1-add-headers.yml b/.github/workflows/1-add-headers.yml index 6d8f3fa..41b03c3 100644 --- a/.github/workflows/1-add-headers.yml +++ b/.github/workflows/1-add-headers.yml @@ -66,7 +66,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.GLOBAL_CLASSROOM_ORG_TOKEN }} from_step: 1 diff --git a/.github/workflows/2-add-an-image.yml b/.github/workflows/2-add-an-image.yml index 627232e..3f8c3d9 100644 --- a/.github/workflows/2-add-an-image.yml +++ b/.github/workflows/2-add-an-image.yml @@ -66,7 +66,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.GLOBAL_CLASSROOM_ORG_TOKEN }} from_step: 2 diff --git a/.github/workflows/3-add-a-code-example.yml b/.github/workflows/3-add-a-code-example.yml index 24b5989..d3a5a7f 100644 --- a/.github/workflows/3-add-a-code-example.yml +++ b/.github/workflows/3-add-a-code-example.yml @@ -66,7 +66,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.GLOBAL_CLASSROOM_ORG_TOKEN }} from_step: 3 diff --git a/.github/workflows/4-make-a-task-list.yml b/.github/workflows/4-make-a-task-list.yml index 8688dee..12c2ae2 100644 --- a/.github/workflows/4-make-a-task-list.yml +++ b/.github/workflows/4-make-a-task-list.yml @@ -66,7 +66,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.GLOBAL_CLASSROOM_ORG_TOKEN }} from_step: 4 diff --git a/.github/workflows/5-merge-your-pull-request.yml b/.github/workflows/5-merge-your-pull-request.yml index 16261b6..fc5c9dc 100644 --- a/.github/workflows/5-merge-your-pull-request.yml +++ b/.github/workflows/5-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.GLOBAL_CLASSROOM_ORG_TOKEN }} from_step: 5