From e46c2e1d3d41d655e395bc9837f2dc5ea8927c4a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 05:37:45 +0000 Subject: [PATCH] Update skills/exercise-toolkit action to v0.9.3 --- .github/workflows/0-start-exercise.yml | 2 +- .github/workflows/1-preparing.yml | 2 +- .github/workflows/2-first-introduction.yml | 2 +- .github/workflows/3-copilot-edits.yml | 2 +- .github/workflows/4-copilot-agent-mode.yml | 2 +- .github/workflows/5-copilot-on-github.yml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/0-start-exercise.yml b/.github/workflows/0-start-exercise.yml index 7553ec1..3135de9 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.7.3 + uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.9.3 with: exercise-title: "Getting Started with GitHub Copilot" intro-message: "Welcome to the exciting world of GitHub Copilot! 🚀 In this exercise, you'll unlock the potential of this AI-powered coding assistant to accelerate your development process. Let's dive in and have some fun exploring the future of coding together! 💻✨" diff --git a/.github/workflows/1-preparing.yml b/.github/workflows/1-preparing.yml index dd57c15..98559e5 100644 --- a/.github/workflows/1-preparing.yml +++ b/.github/workflows/1-preparing.yml @@ -17,7 +17,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.9.3 check_step_work: name: Check step work diff --git a/.github/workflows/2-first-introduction.yml b/.github/workflows/2-first-introduction.yml index ac32380..e8127c7 100644 --- a/.github/workflows/2-first-introduction.yml +++ b/.github/workflows/2-first-introduction.yml @@ -17,7 +17,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.9.3 check_step_work: name: Check step work diff --git a/.github/workflows/3-copilot-edits.yml b/.github/workflows/3-copilot-edits.yml index 6466d31..34602d7 100644 --- a/.github/workflows/3-copilot-edits.yml +++ b/.github/workflows/3-copilot-edits.yml @@ -18,7 +18,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.9.3 check_step_work: name: Check step work diff --git a/.github/workflows/4-copilot-agent-mode.yml b/.github/workflows/4-copilot-agent-mode.yml index dd11dee..8dd14e5 100644 --- a/.github/workflows/4-copilot-agent-mode.yml +++ b/.github/workflows/4-copilot-agent-mode.yml @@ -16,7 +16,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.9.3 check_step_work: name: Check step work diff --git a/.github/workflows/5-copilot-on-github.yml b/.github/workflows/5-copilot-on-github.yml index 84b546f..90902e6 100644 --- a/.github/workflows/5-copilot-on-github.yml +++ b/.github/workflows/5-copilot-on-github.yml @@ -18,7 +18,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.9.3 post_review_content: name: Post review content @@ -61,7 +61,7 @@ jobs: finish_exercise: name: Finish Exercise needs: [find_exercise, post_review_content] - uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.7.1 + uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.9.3 with: issue-url: ${{ needs.find_exercise.outputs.issue-url }} exercise-title: "Getting Started with GitHub Copilot"