From a6f029f239c83d2b6e2167dc027c04109cd7225b Mon Sep 17 00:00:00 2001 From: Aleksander Fidelus <63016446+FidelusAleksander@users.noreply.github.com> Date: Fri, 24 Oct 2025 12:04:56 +0200 Subject: [PATCH] Update workflow to use exercise-toolkit v0.7.3 --- .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 e967e44..557b8c6 100644 --- a/.github/workflows/0-start-exercise.yml +++ b/.github/workflows/0-start-exercise.yml @@ -16,7 +16,7 @@ env: jobs: start_exercise: 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: "Hello GitHub Actions" intro-message: "Create and run a GitHub Actions workflow."