From 2f866b117b30f31979349f923e1fd2e619744552 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 08:58:20 +0000 Subject: [PATCH] build(deps): 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-verify-step.yml | 2 +- .github/workflows/2-verify-step.yml | 2 +- .github/workflows/3-verify-step.yml | 2 +- .github/workflows/4-verify-step.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/0-start.yml b/.github/workflows/0-start.yml index 31e7e27..e27830e 100644 --- a/.github/workflows/0-start.yml +++ b/.github/workflows/0-start.yml @@ -57,7 +57,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-verify-step.yml b/.github/workflows/1-verify-step.yml index 8c46ccc..0161ab4 100644 --- a/.github/workflows/1-verify-step.yml +++ b/.github/workflows/1-verify-step.yml @@ -60,7 +60,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-verify-step.yml b/.github/workflows/2-verify-step.yml index 51acaa6..b9c9fd1 100644 --- a/.github/workflows/2-verify-step.yml +++ b/.github/workflows/2-verify-step.yml @@ -60,7 +60,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.GITHUB_TOKEN }} from_step: 2 diff --git a/.github/workflows/3-verify-step.yml b/.github/workflows/3-verify-step.yml index bb83521..0b5f48d 100644 --- a/.github/workflows/3-verify-step.yml +++ b/.github/workflows/3-verify-step.yml @@ -60,7 +60,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.GITHUB_TOKEN }} from_step: 3 diff --git a/.github/workflows/4-verify-step.yml b/.github/workflows/4-verify-step.yml index 51ce3cf..4c9ad01 100644 --- a/.github/workflows/4-verify-step.yml +++ b/.github/workflows/4-verify-step.yml @@ -60,7 +60,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.GITHUB_TOKEN }} from_step: 4