Skip to content

Commit 80002a6

Browse files
Bump skills/exercise-toolkit from 0.6.0 to 0.7.3
Bumps [skills/exercise-toolkit](https://github.com/skills/exercise-toolkit) from 0.6.0 to 0.7.3. - [Release notes](https://github.com/skills/exercise-toolkit/releases) - [Commits](skills/exercise-toolkit@v0.6.0...v0.7.3) --- updated-dependencies: - dependency-name: skills/exercise-toolkit dependency-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f1cc0f3 commit 80002a6

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ env:
1616
jobs:
1717
start_exercise:
1818
name: Start Exercise
19-
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.6.0
19+
uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.7.3
2020
with:
2121
exercise-title: "Hello GitHub Actions"
2222
intro-message: "Create and run a GitHub Actions workflow."

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

2323
check_step_work:
2424
name: Check step work
@@ -49,7 +49,7 @@ jobs:
4949
- name: Check if welcome.yml file exists
5050
id: check-file-exists
5151
continue-on-error: true
52-
uses: skills/exercise-toolkit/actions/file-exists@v0.6.0
52+
uses: skills/exercise-toolkit/actions/file-exists@v0.7.3
5353
with:
5454
file: .github/workflows/welcome.yml
5555

.github/workflows/2-step.yml

Lines changed: 1 addition & 1 deletion
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.6.0
19+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.3
2020

2121
check_step_work:
2222
name: Check step work

.github/workflows/3-step.yml

Lines changed: 1 addition & 1 deletion
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.6.0
21+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.3
2222

2323
check_step_work:
2424
name: Check step work

.github/workflows/4-step.yml

Lines changed: 1 addition & 1 deletion
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.6.0
21+
uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.3
2222

2323
post_next_step_content:
2424
name: Post next step content

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

2323
post_review_content:
2424
name: Post review content
@@ -41,7 +41,7 @@ jobs:
4141
finish_exercise:
4242
name: Finish Exercise
4343
needs: [find_exercise, post_review_content]
44-
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.6.0
44+
uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.7.3
4545
with:
4646
issue-url: ${{ needs.find_exercise.outputs.issue-url }}
4747
exercise-title: "Hello GitHub Actions"

0 commit comments

Comments
 (0)