From edc4d656aaacb374de2109a3fe8b30bceb3ed52d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:57:42 +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-add-a-test-workflow.yml | 2 +- .github/workflows/2-fix-the-test.yml | 2 +- .github/workflows/3-upload-test-reports.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/0-start.yml b/.github/workflows/0-start.yml index 46db80a..3f9fcae 100644 --- a/.github/workflows/0-start.yml +++ b/.github/workflows/0-start.yml @@ -59,7 +59,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-add-a-test-workflow.yml b/.github/workflows/1-add-a-test-workflow.yml index 0e84fcc..4f1a7f8 100644 --- a/.github/workflows/1-add-a-test-workflow.yml +++ b/.github/workflows/1-add-a-test-workflow.yml @@ -68,7 +68,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-fix-the-test.yml b/.github/workflows/2-fix-the-test.yml index 07385ba..4358010 100644 --- a/.github/workflows/2-fix-the-test.yml +++ b/.github/workflows/2-fix-the-test.yml @@ -61,7 +61,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-upload-test-reports.yml b/.github/workflows/3-upload-test-reports.yml index 10d8bd9..1ee7970 100644 --- a/.github/workflows/3-upload-test-reports.yml +++ b/.github/workflows/3-upload-test-reports.yml @@ -68,7 +68,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