diff --git a/.github/workflows/0-start-exercise.yml b/.github/workflows/0-start-exercise.yml index f65abf0..25b6161 100644 --- a/.github/workflows/0-start-exercise.yml +++ b/.github/workflows/0-start-exercise.yml @@ -38,7 +38,7 @@ jobs: ref: v0.5.0 - name: Build comment - add step content id: build-comment - uses: skills/action-text-variables@v2 + uses: skills/action-text-variables@v4 with: template-file: ${{ env.STEP_1_FILE }} template-vars: | diff --git a/.github/workflows/1-step.yml b/.github/workflows/1-step.yml index f06a6f9..305e4d7 100644 --- a/.github/workflows/1-step.yml +++ b/.github/workflows/1-step.yml @@ -87,7 +87,7 @@ jobs: - name: Build message - step results id: build-message-step-results - uses: skills/action-text-variables@v2 + uses: skills/action-text-variables@v4 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-results-table.md template-vars: | @@ -120,7 +120,7 @@ jobs: - name: Build message - step finished id: build-message-step-finish - uses: skills/action-text-variables@v2 + uses: skills/action-text-variables@v4 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-finished-prepare-next-step.md template-vars: | diff --git a/.github/workflows/2-step.yml b/.github/workflows/2-step.yml index b201a06..7eb7dba 100644 --- a/.github/workflows/2-step.yml +++ b/.github/workflows/2-step.yml @@ -70,7 +70,7 @@ jobs: - name: Build message - step results id: build-message-step-results - uses: skills/action-text-variables@v2 + uses: skills/action-text-variables@v4 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-results-table.md template-vars: | @@ -99,7 +99,7 @@ jobs: - name: Build message - step finished id: build-message-step-finish - uses: skills/action-text-variables@v2 + uses: skills/action-text-variables@v4 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-finished-prepare-next-step.md template-vars: | diff --git a/.github/workflows/3-step.yml b/.github/workflows/3-step.yml index 9ff1c10..ea3c68a 100644 --- a/.github/workflows/3-step.yml +++ b/.github/workflows/3-step.yml @@ -88,7 +88,7 @@ jobs: - name: Build message - step results id: build-message-step-results - uses: skills/action-text-variables@v2 + uses: skills/action-text-variables@v4 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-results-table.md template-vars: | @@ -121,7 +121,7 @@ jobs: - name: Build message - step finished id: build-message-step-finish - uses: skills/action-text-variables@v2 + uses: skills/action-text-variables@v4 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-finished-prepare-next-step.md template-vars: |