Skip to content

Commit 9bacd7d

Browse files
authored
chore: bump exercise-toolkit version to v0.6.0 (#77)
1 parent 8acf385 commit 9bacd7d

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

.github/workflows/0-start-exercise.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@ jobs:
1818
if: |
1919
!github.event.repository.is_template
2020
name: Start Exercise
21-
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.4.0
21+
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.6.0
2222
with:
2323
exercise-title: "Getting Started with GitHub Copilot"
2424
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! 💻✨"
2525

26-
2726
post_next_step_content:
2827
name: Post next step content
2928
runs-on: ubuntu-latest
@@ -40,7 +39,7 @@ jobs:
4039
with:
4140
repository: skills/exercise-toolkit
4241
path: exercise-toolkit
43-
ref: v0.4.0
42+
ref: v0.6.0
4443

4544
- name: Build comment - add step content
4645
id: build-comment

.github/workflows/1-preparing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
find_exercise:
1818
name: Find Exercise Issue
19-
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0
19+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0
2020

2121
check_step_work:
2222
name: Check step work
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
repository: skills/exercise-toolkit
3636
path: exercise-toolkit
37-
ref: v0.4.0
37+
ref: v0.6.0
3838

3939
- name: Update comment - checking work
4040
run: |
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
repository: skills/exercise-toolkit
8686
path: exercise-toolkit
87-
ref: v0.4.0
87+
ref: v0.6.0
8888

8989
- name: Create comment - add step content
9090
run: |

.github/workflows/2-first-introduction.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
find_exercise:
2020
name: Find Exercise Issue
21-
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0
21+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0
2222

2323
check_step_work:
2424
name: Check step work
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
repository: skills/exercise-toolkit
3838
path: exercise-toolkit
39-
ref: v0.4.0
39+
ref: v0.6.0
4040

4141
- name: Update comment - checking work
4242
run: |
@@ -115,7 +115,7 @@ jobs:
115115
with:
116116
repository: skills/exercise-toolkit
117117
path: exercise-toolkit
118-
ref: v0.4.0
118+
ref: v0.6.0
119119

120120
- name: Create comment - add step content
121121
run: |

.github/workflows/3-copilot-edits.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
find_exercise:
2020
name: Find Exercise Issue
21-
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0
21+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0
2222

2323
check_step_work:
2424
name: Check step work
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
repository: skills/exercise-toolkit
3838
path: exercise-toolkit
39-
ref: v0.4.0
39+
ref: v0.6.0
4040

4141
- name: Update comment - checking work
4242
run: |
@@ -124,7 +124,7 @@ jobs:
124124
with:
125125
repository: skills/exercise-toolkit
126126
path: exercise-toolkit
127-
ref: v0.4.0
127+
ref: v0.6.0
128128

129129
- name: Create comment - add step content
130130
run: |

.github/workflows/3b-copilot-agent-mode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
find_exercise:
3838
name: Find Exercise Issue
39-
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0
39+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0
4040

4141
post_step_3b_content:
4242
name: Post step 3b content

.github/workflows/4-copilot-on-github.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ env:
1818
jobs:
1919
find_exercise:
2020
name: Find Exercise Issue
21-
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0
21+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0
2222

2323
check_step_work:
2424
name: Check step work
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
repository: skills/exercise-toolkit
3939
path: exercise-toolkit
40-
ref: v0.4.0
40+
ref: v0.6.0
4141

4242
# START: Check practical exercise
4343

@@ -69,7 +69,7 @@ jobs:
6969
with:
7070
repository: skills/exercise-toolkit
7171
path: exercise-toolkit
72-
ref: v0.4.0
72+
ref: v0.6.0
7373

7474
- name: Create comment - add step content
7575
run: |
@@ -81,9 +81,10 @@ jobs:
8181
finish_exercise:
8282
name: Finish Exercise
8383
needs: [find_exercise, post_review_content]
84-
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.4.0
84+
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.6.0
8585
with:
8686
issue-url: ${{ needs.find_exercise.outputs.issue-url }}
87+
exercise-title: "Getting Started with GitHub Copilot"
8788

8889
disable_workflow:
8990
name: Disable this workflow

.github/workflows/4b-copilot-on-github.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
jobs:
2323
find_exercise:
2424
name: Find Exercise Issue
25-
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.4.0
25+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0
2626

2727
check_step_work:
2828
name: Check step work
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
repository: skills/exercise-toolkit
4242
path: exercise-toolkit
43-
ref: v0.4.0
43+
ref: v0.6.0
4444

4545
# START: Check practical exercise
4646

0 commit comments

Comments
 (0)