From 5e8e259a7ccc2db40383037934983d3f158dfadc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 05:22:20 +0000 Subject: [PATCH] Bump skills/exercise-toolkit from 0.4.0 to 0.7.1 Bumps [skills/exercise-toolkit](https://github.com/skills/exercise-toolkit) from 0.4.0 to 0.7.1. - [Release notes](https://github.com/skills/exercise-toolkit/releases) - [Commits](https://github.com/skills/exercise-toolkit/compare/v0.4.0...v0.7.1) --- updated-dependencies: - dependency-name: skills/exercise-toolkit dependency-version: 0.7.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/0-start-exercise.yml | 2 +- .github/workflows/1-step.yml | 2 +- .github/workflows/2-step.yml | 2 +- .github/workflows/3-step.yml | 2 +- .github/workflows/4-step.yml | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/0-start-exercise.yml b/.github/workflows/0-start-exercise.yml index 13a9a20..3fc1556 100644 --- a/.github/workflows/0-start-exercise.yml +++ b/.github/workflows/0-start-exercise.yml @@ -18,7 +18,7 @@ jobs: if: | !github.event.repository.is_template name: Start Exercise - uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.4.0 + uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.7.1 with: exercise-title: "GitHub Pages" intro-message: "Create a site or blog from your GitHub repositories with GitHub Pages." diff --git a/.github/workflows/1-step.yml b/.github/workflows/1-step.yml index 4d09b59..8d2e157 100644 --- a/.github/workflows/1-step.yml +++ b/.github/workflows/1-step.yml @@ -15,7 +15,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.1 post_next_step_content: name: Post next step content diff --git a/.github/workflows/2-step.yml b/.github/workflows/2-step.yml index c75abe2..77a7709 100644 --- a/.github/workflows/2-step.yml +++ b/.github/workflows/2-step.yml @@ -18,7 +18,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.1 post_next_step_content: diff --git a/.github/workflows/3-step.yml b/.github/workflows/3-step.yml index 7a50a15..a041e10 100644 --- a/.github/workflows/3-step.yml +++ b/.github/workflows/3-step.yml @@ -18,7 +18,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.1 check_step_work: name: Check step work diff --git a/.github/workflows/4-step.yml b/.github/workflows/4-step.yml index 88e64bd..f29d767 100644 --- a/.github/workflows/4-step.yml +++ b/.github/workflows/4-step.yml @@ -18,7 +18,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.1 post_review_content: name: Post review content @@ -47,7 +47,7 @@ jobs: finish_exercise: name: Finish Exercise needs: [find_exercise, post_review_content] - uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.4.0 + uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.7.1 with: issue-url: ${{ needs.find_exercise.outputs.issue-url }}