Skip to content

Commit 13bdc70

Browse files
authored
chore: version bump exercise-toolkit (#1109)
1 parent 96fa8b5 commit 13bdc70

5 files changed

Lines changed: 12 additions & 11 deletions

File tree

.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: "GitHub Pages"
2424
intro-message: "Create a site or blog from your GitHub repositories with GitHub Pages."
@@ -70,7 +70,7 @@ jobs:
7070
with:
7171
repository: skills/exercise-toolkit
7272
path: exercise-toolkit
73-
ref: v0.4.0
73+
ref: v0.6.0
7474

7575
- name: Build comment - add step content
7676
id: build-comment

.github/workflows/1-step.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616
find_exercise:
1717
name: Find Exercise Issue
18-
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5.0
18+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0
1919

2020
post_next_step_content:
2121
name: Post next step content
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
repository: skills/exercise-toolkit
3535
path: exercise-toolkit
36-
ref: v0.4.0
36+
ref: v0.6.0
3737

3838
- name: Build message - step finished
3939
id: build-message-step-finish

.github/workflows/2-step.yml

Lines changed: 2 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

2424
post_next_step_content:
@@ -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
- name: Build message - step finished
4343
id: build-message-step-finish

.github/workflows/3-step.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.4.0
39+
ref: v0.6.0
4040

4141
- name: Update comment - checking work
4242
run: |
@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
repository: skills/exercise-toolkit
9797
path: exercise-toolkit
98-
ref: v0.4.0
98+
ref: v0.6.0
9999

100100
- name: Build message - step finished
101101
id: build-message-step-finish

.github/workflows/4-step.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
@@ -47,7 +47,8 @@ jobs:
4747
finish_exercise:
4848
name: Finish Exercise
4949
needs: [find_exercise, post_review_content]
50-
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.5.0
50+
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.6.0
5151
with:
5252
issue-url: ${{ needs.find_exercise.outputs.issue-url }}
53+
exercise-title: "GitHub Pages"
5354

0 commit comments

Comments
 (0)