From 45288260be0055308ebc2b8953be0a6027184e67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 14:20:29 +0000 Subject: [PATCH] Bump skills/action-update-step from 1 to 2 Bumps [skills/action-update-step](https://github.com/skills/action-update-step) from 1 to 2. - [Release notes](https://github.com/skills/action-update-step/releases) - [Commits](https://github.com/skills/action-update-step/compare/v1...v2) --- updated-dependencies: - dependency-name: skills/action-update-step dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/0-start.yml | 2 +- .github/workflows/1-configure-oidc-in-azure.yml | 2 +- .github/workflows/2-create-workflow.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/0-start.yml b/.github/workflows/0-start.yml index 91199c2..a6f1dd2 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 3563aa1..d51094d 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 d22b360..2db818b 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