Skip to content

Commit 8e39a0a

Browse files
authored
chore: version bump exercise toolkit to v0.6.0 (#280)
1 parent f69c4e5 commit 8e39a0a

File tree

7 files changed

+18
-23
lines changed

7 files changed

+18
-23
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: |
1919
!github.event.repository.is_template
2020
name: Start Exercise
21-
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.5.0
21+
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.6.0
2222
with:
2323
exercise-title: "Communicate using Markdown"
2424
intro-message: "Organize ideas and collaborate using Markdown, a lightweight language for text formatting."
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
repository: skills/exercise-toolkit
4141
path: exercise-toolkit
42-
ref: v0.5.0
42+
ref: v0.6.0
4343

4444
- name: Build comment - add step content
4545
id: build-comment

.github/workflows/1-add-headings.yml

Lines changed: 4 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.5.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.5.0
39+
ref: v0.6.0
4040

4141
- name: Update comment - checking work
4242
run: |
@@ -50,7 +50,7 @@ jobs:
5050
- name: Check if day-1.md file exists
5151
id: check-file-exists
5252
continue-on-error: true
53-
uses: skills/exercise-toolkit/actions/file-exists@v0.5.0
53+
uses: skills/exercise-toolkit/actions/file-exists@v0.6.0
5454
with:
5555
file: day-1.md
5656

@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
repository: skills/exercise-toolkit
139139
path: exercise-toolkit
140-
ref: v0.5.0
140+
ref: v0.6.0
141141

142142
- name: Create comment - add step content
143143
run: |

.github/workflows/2-make-a-task-list.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.5.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.5.0
39+
ref: v0.6.0
4040

4141
- name: Update comment - checking work
4242
run: |
@@ -116,7 +116,7 @@ jobs:
116116
with:
117117
repository: skills/exercise-toolkit
118118
path: exercise-toolkit
119-
ref: v0.5.0
119+
ref: v0.6.0
120120

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

.github/workflows/3-add-a-code-example.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.5.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.5.0
39+
ref: v0.6.0
4040

4141
- name: Update comment - checking work
4242
run: |
@@ -116,7 +116,7 @@ jobs:
116116
with:
117117
repository: skills/exercise-toolkit
118118
path: exercise-toolkit
119-
ref: v0.5.0
119+
ref: v0.6.0
120120

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

.github/workflows/4-add-an-image.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.5.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.5.0
39+
ref: v0.6.0
4040

4141
- name: Update comment - checking work
4242
run: |
@@ -116,7 +116,7 @@ jobs:
116116
with:
117117
repository: skills/exercise-toolkit
118118
path: exercise-toolkit
119-
ref: v0.5.0
119+
ref: v0.6.0
120120

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

.github/workflows/5-merge-your-pull-request.yml

Lines changed: 3 additions & 2 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.5.0
21+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0
2222

2323
post_review_content:
2424
name: Post review content
@@ -45,9 +45,10 @@ jobs:
4545
finish_exercise:
4646
name: Finish Exercise
4747
needs: [find_exercise, post_review_content]
48-
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.5.0
48+
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.6.0
4949
with:
5050
issue-url: ${{ needs.find_exercise.outputs.issue-url }}
51+
exercise-title: "Communicate using Markdown"
5152

5253
disable_workflow:
5354
name: Disable this workflow

0 commit comments

Comments
 (0)