From c1f19e62eef08f119045be5bc25662ce8bce9567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:36:59 +0000 Subject: [PATCH] Bump skills/exercise-toolkit/.github/workflows/start-exercise.yml Bumps [skills/exercise-toolkit/.github/workflows/start-exercise.yml](https://github.com/skills/exercise-toolkit) from 0.6.0 to 0.7.3. - [Release notes](https://github.com/skills/exercise-toolkit/releases) - [Commits](https://github.com/skills/exercise-toolkit/compare/v0.6.0...v0.7.3) --- updated-dependencies: - dependency-name: skills/exercise-toolkit/.github/workflows/start-exercise.yml dependency-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/0-start-exercise.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/0-start-exercise.yml b/.github/workflows/0-start-exercise.yml index 51a4379..0cbe3bd 100644 --- a/.github/workflows/0-start-exercise.yml +++ b/.github/workflows/0-start-exercise.yml @@ -36,7 +36,7 @@ jobs: if: | !github.event.repository.is_template name: Start Exercise - uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.6.0 + uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.7.3 with: exercise-title: "Secure your Repository's Supply Chain" intro-message: "Let's explore how to secure your repository's supply chain, understand dependencies in your environment, and find vulnerabilities in those dependencies and patch them. 💻✨"