From 7f27d76c09be5114bcb555c5e6e8af2463d9bc96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 16:58:47 +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-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/0-start.yml | 2 +- .github/workflows/1-create-beta-release.yml | 2 +- .github/workflows/2-feature-added-to-release.yml | 2 +- .github/workflows/3-release-pr-opened.yml | 2 +- .github/workflows/4-release-notes-and-merge.yml | 2 +- .github/workflows/5-finalize-release.yml | 2 +- .github/workflows/6-commit-hotifx.yml | 2 +- .github/workflows/7-create-hotfix-release.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/0-start.yml b/.github/workflows/0-start.yml index 872e714..d2b21a8 100644 --- a/.github/workflows/0-start.yml +++ b/.github/workflows/0-start.yml @@ -65,7 +65,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-create-beta-release.yml b/.github/workflows/1-create-beta-release.yml index a98b15c..9411a37 100644 --- a/.github/workflows/1-create-beta-release.yml +++ b/.github/workflows/1-create-beta-release.yml @@ -59,7 +59,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-feature-added-to-release.yml b/.github/workflows/2-feature-added-to-release.yml index 84c810c..bf3df2a 100644 --- a/.github/workflows/2-feature-added-to-release.yml +++ b/.github/workflows/2-feature-added-to-release.yml @@ -59,7 +59,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-release-pr-opened.yml b/.github/workflows/3-release-pr-opened.yml index da1775c..6aa31c4 100644 --- a/.github/workflows/3-release-pr-opened.yml +++ b/.github/workflows/3-release-pr-opened.yml @@ -59,7 +59,7 @@ jobs: # 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-release-notes-and-merge.yml b/.github/workflows/4-release-notes-and-merge.yml index d7b9eea..4866701 100644 --- a/.github/workflows/4-release-notes-and-merge.yml +++ b/.github/workflows/4-release-notes-and-merge.yml @@ -65,7 +65,7 @@ jobs: # 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-finalize-release.yml b/.github/workflows/5-finalize-release.yml index 4f442e4..61e2745 100644 --- a/.github/workflows/5-finalize-release.yml +++ b/.github/workflows/5-finalize-release.yml @@ -66,7 +66,7 @@ jobs: # 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-commit-hotifx.yml b/.github/workflows/6-commit-hotifx.yml index d1a6b9a..50858c2 100644 --- a/.github/workflows/6-commit-hotifx.yml +++ b/.github/workflows/6-commit-hotifx.yml @@ -64,7 +64,7 @@ jobs: # and open
# and set STEP to '7' - name: Update to step 7 - uses: skills/action-update-step@v1 + uses: skills/action-update-step@v2 with: token: ${{ secrets.GITHUB_TOKEN }} from_step: 6 diff --git a/.github/workflows/7-create-hotfix-release.yml b/.github/workflows/7-create-hotfix-release.yml index 1c4d2bc..eac3160 100644 --- a/.github/workflows/7-create-hotfix-release.yml +++ b/.github/workflows/7-create-hotfix-release.yml @@ -59,7 +59,7 @@ jobs: # and open
# and set STEP to 'x' - name: Update to finish - uses: skills/action-update-step@v1 + uses: skills/action-update-step@v2 with: token: ${{ secrets.GITHUB_TOKEN }} from_step: 7