diff --git a/.github/workflows/0-start.yml b/.github/workflows/0-start.yml index 7729ee2..c38011f 100644 --- a/.github/workflows/0-start.yml +++ b/.github/workflows/0-start.yml @@ -41,7 +41,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-configure-oidc-in-azure.yml b/.github/workflows/1-configure-oidc-in-azure.yml index db07c63..9add762 100644 --- a/.github/workflows/1-configure-oidc-in-azure.yml +++ b/.github/workflows/1-configure-oidc-in-azure.yml @@ -41,7 +41,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-create-workflow.yml b/.github/workflows/2-create-workflow.yml index cd7787c..c83ba7f 100644 --- a/.github/workflows/2-create-workflow.yml +++ b/.github/workflows/2-create-workflow.yml @@ -43,7 +43,7 @@ jobs: # Update README to close
and open
# and set STEP to '3' - name: Update to step X - uses: skills/action-update-step@v1 + uses: skills/action-update-step@v2 with: token: ${{ secrets.GITHUB_TOKEN }} from_step: 2