From 951e1e01202da99ad7c3c04b4563dc0e530a108e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 16:58:59 +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-initialize-javascript-project.yml | 2 +- .github/workflows/2-configure-your-action.yml | 2 +- .github/workflows/3-create-metadata-file.yml | 2 +- .github/workflows/4-create-javascript-files-for-action.yml | 2 +- .github/workflows/5-add-action-to-workflow-file.yml | 2 +- .github/workflows/6-trigger-action.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/0-start.yml b/.github/workflows/0-start.yml index 9458afe..1499c14 100644 --- a/.github/workflows/0-start.yml +++ b/.github/workflows/0-start.yml @@ -93,7 +93,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-initialize-javascript-project.yml b/.github/workflows/1-initialize-javascript-project.yml index a7a76ba..3f6e466 100644 --- a/.github/workflows/1-initialize-javascript-project.yml +++ b/.github/workflows/1-initialize-javascript-project.yml @@ -71,7 +71,7 @@ jobs: # and set STEP to '2' - name: Update to step 2 if: steps.check_files.outputs.files_exists == 'true' - 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-configure-your-action.yml b/.github/workflows/2-configure-your-action.yml index 97c6c7b..f4dfa42 100644 --- a/.github/workflows/2-configure-your-action.yml +++ b/.github/workflows/2-configure-your-action.yml @@ -71,7 +71,7 @@ jobs: # and set STEP to '3' - name: Update to step 3 if: steps.check_files.outputs.files_exists == 'true' - 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-create-metadata-file.yml b/.github/workflows/3-create-metadata-file.yml index 267acc8..e083b70 100644 --- a/.github/workflows/3-create-metadata-file.yml +++ b/.github/workflows/3-create-metadata-file.yml @@ -73,7 +73,7 @@ jobs: # and set STEP to '4' - name: Update to step 4 if: (contains(steps.read_action_yml_file.outputs.contents, ${{ env.EXPECTED_METADATA }}) - 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-create-javascript-files-for-action.yml b/.github/workflows/4-create-javascript-files-for-action.yml index 4b3e343..2c67167 100644 --- a/.github/workflows/4-create-javascript-files-for-action.yml +++ b/.github/workflows/4-create-javascript-files-for-action.yml @@ -70,7 +70,7 @@ jobs: # and set STEP to '5' - name: Update to step 5 if: steps.check_files.outputs.files_exists == 'true' - 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-add-action-to-workflow-file.yml b/.github/workflows/5-add-action-to-workflow-file.yml index 92878ed..c092c76 100644 --- a/.github/workflows/5-add-action-to-workflow-file.yml +++ b/.github/workflows/5-add-action-to-workflow-file.yml @@ -73,7 +73,7 @@ jobs: # and set STEP to '6' - name: Update to step 6 if: (contains(steps.read_action_yml_file.outputs.contents, ${{ env.EXPECTED_METADATA }}) - 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-trigger-action.yml b/.github/workflows/6-trigger-action.yml index e33a50b..406c8f8 100644 --- a/.github/workflows/6-trigger-action.yml +++ b/.github/workflows/6-trigger-action.yml @@ -66,7 +66,7 @@ jobs: # and set STEP to 'X' - name: Update to step X if: contains(github.event, ${{ env.EXPECTED_METADATA }}) - uses: skills/action-update-step@v1 + uses: skills/action-update-step@v2 with: token: ${{ secrets.GITHUB_TOKEN }} from_step: 6