Skip to content

Commit 0a5b38e

Browse files
chore: bump all exercise-toolkit refs to v0.7.0
1 parent e2c8429 commit 0a5b38e

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.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@main
21+
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.7.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! 💻✨"
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
repository: skills/exercise-toolkit
4242
path: exercise-toolkit
43-
ref: main
43+
ref: v0.7.0
4444

4545
- name: Create comment - add step content
4646
uses: GrantBirki/[email protected]

.github/workflows/1-preparing.yml

Lines changed: 2 additions & 2 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@main
19+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.0
2020

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

4040
- name: Create comment - step finished
4141
uses: GrantBirki/[email protected]

.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@main
21+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.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: main
40+
ref: v0.7.0
4141

4242
- name: Find last comment
4343
id: find-last-comment
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
repository: skills/exercise-toolkit
107107
path: exercise-toolkit
108-
ref: main
108+
ref: v0.7.0
109109

110110
- name: Create comment - step finished
111111
uses: GrantBirki/[email protected]

.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@main
21+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.0
2222

2323
check_step_work:
2424
name: Check step work
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
repository: skills/exercise-toolkit
4040
path: exercise-toolkit
41-
ref: main
41+
ref: v0.7.0
4242

4343
- name: Find last comment
4444
id: find-last-comment
@@ -114,7 +114,7 @@ jobs:
114114
with:
115115
repository: skills/exercise-toolkit
116116
path: exercise-toolkit
117-
ref: main
117+
ref: v0.7.0
118118

119119
- name: Create comment - step finished
120120
uses: GrantBirki/[email protected]

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

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

3838
find_exercise:
3939
name: Find Exercise Issue
40-
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@main
40+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.0
4141

4242
post_next_step_content:
4343
name: Post next step content

.github/workflows/4-copilot-on-github.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@main
21+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.0
2222

2323
post_review_content:
2424
name: Post review content
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
repository: skills/exercise-toolkit
3939
path: exercise-toolkit
40-
ref: main
40+
ref: v0.7.0
4141

4242
- name: Create comment - step finished - final review next
4343
uses: GrantBirki/[email protected]
@@ -61,7 +61,7 @@ jobs:
6161
finish_exercise:
6262
name: Finish Exercise
6363
needs: [find_exercise, post_review_content]
64-
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@main
64+
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.7.0
6565
with:
6666
issue-url: ${{ needs.find_exercise.outputs.issue-url }}
6767
exercise-title: "Getting Started with GitHub Copilot"

0 commit comments

Comments
 (0)