Skip to content

Commit f5fddb0

Browse files
authored
Bump version of exercise toolkit to v0.6
1 parent d96648b commit f5fddb0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/1-step.yml

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

2222
post_next_step_content:
2323
name: Post next step content
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
repository: skills/exercise-toolkit
3737
path: exercise-toolkit
38-
ref: v0.5.0
38+
ref: v0.6.0
3939

4040
- name: Create comment - add step content
4141
run: |

.github/workflows/2-step.yml

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

2222
post_next_step_content:
2323
name: Post next step content
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
repository: skills/exercise-toolkit
3737
path: exercise-toolkit
38-
ref: v0.5.0
38+
ref: v0.6.0
3939

4040
- name: Create comment - add step content
4141
run: |

.github/workflows/3-step.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
needs: [check_keywords]
5555
name: Find Exercise Issue
5656
if: needs.check_keywords.outputs.result == 'success'
57-
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5.0
57+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.6.0
5858

5959
post_next_step_content:
6060
name: Post next step content
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
repository: skills/exercise-toolkit
7474
path: exercise-toolkit
75-
ref: v0.5.0
75+
ref: v0.6.0
7676

7777
- name: Create comment - add step content
7878
run: |

.github/workflows/4-step.yml

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

2222
post_review_content:
2323
name: Post review content
@@ -40,7 +40,7 @@ jobs:
4040
finish_exercise:
4141
name: Finish Exercise
4242
needs: [find_exercise, post_review_content]
43-
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.5.0
43+
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.6.0
4444
with:
4545
issue-url: ${{ needs.find_exercise.outputs.issue-url }}
4646

0 commit comments

Comments
 (0)