diff --git a/.github/workflows/0-start-exercise.yml b/.github/workflows/0-start-exercise.yml index e182e1e..673c73b 100644 --- a/.github/workflows/0-start-exercise.yml +++ b/.github/workflows/0-start-exercise.yml @@ -18,7 +18,7 @@ jobs: if: | !github.event.repository.is_template name: Start Exercise - uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.5.0 + uses: skills/exercise-toolkit/.github/workflows/start-exercise.yml@v0.7.1 with: exercise-title: "Review Pull Requests" intro-message: "Let's learn to collaborate with others using pull requests." diff --git a/.github/workflows/1-step.yml b/.github/workflows/1-step.yml index c7071a1..59ba163 100644 --- a/.github/workflows/1-step.yml +++ b/.github/workflows/1-step.yml @@ -17,7 +17,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.1 post_next_step_content: name: Post next step content diff --git a/.github/workflows/2-step.yml b/.github/workflows/2-step.yml index dbbd4e7..8da6e97 100644 --- a/.github/workflows/2-step.yml +++ b/.github/workflows/2-step.yml @@ -17,7 +17,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.1 post_next_step_content: name: Post next step content diff --git a/.github/workflows/3-step.yml b/.github/workflows/3-step.yml index bad62d2..4066ff0 100644 --- a/.github/workflows/3-step.yml +++ b/.github/workflows/3-step.yml @@ -16,7 +16,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.1 post_next_step_content: name: Post next step content diff --git a/.github/workflows/4-step.yml b/.github/workflows/4-step.yml index d8bf045..f95ea38 100644 --- a/.github/workflows/4-step.yml +++ b/.github/workflows/4-step.yml @@ -16,7 +16,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.1 post_next_step_content: name: Post next step content diff --git a/.github/workflows/5-step.yml b/.github/workflows/5-step.yml index 03c8912..d57bc49 100644 --- a/.github/workflows/5-step.yml +++ b/.github/workflows/5-step.yml @@ -18,7 +18,7 @@ env: jobs: find_exercise: name: Find Exercise Issue - uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.5.0 + uses: skills/exercise-toolkit/.github/workflows/find-exercise-issue.yml@v0.7.1 post_review_content: name: Post review content @@ -45,7 +45,7 @@ jobs: finish_exercise: name: Finish Exercise needs: [find_exercise, post_review_content] - uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.5.0 + uses: skills/exercise-toolkit/.github/workflows/finish-exercise.yml@v0.7.1 with: issue-url: ${{ needs.find_exercise.outputs.issue-url }}