diff --git a/.github/workflows/0-start.yml b/.github/workflows/0-start.yml index edeaf7c..87dd1cc 100644 --- a/.github/workflows/0-start.yml +++ b/.github/workflows/0-start.yml @@ -107,7 +107,7 @@ jobs: # 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-resolve-duplicate-issues.yml b/.github/workflows/1-resolve-duplicate-issues.yml index dd91f16..4dcb9f6 100644 --- a/.github/workflows/1-resolve-duplicate-issues.yml +++ b/.github/workflows/1-resolve-duplicate-issues.yml @@ -71,7 +71,7 @@ jobs: # 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-find-commit-in-history.yml b/.github/workflows/2-find-commit-in-history.yml index f4f6ebb..e1c29a1 100644 --- a/.github/workflows/2-find-commit-in-history.yml +++ b/.github/workflows/2-find-commit-in-history.yml @@ -70,7 +70,7 @@ jobs: # 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-fix-broken-sidebar.yml b/.github/workflows/3-fix-broken-sidebar.yml index 6d7e799..5c80899 100644 --- a/.github/workflows/3-fix-broken-sidebar.yml +++ b/.github/workflows/3-fix-broken-sidebar.yml @@ -68,7 +68,7 @@ jobs: # 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: 3