diff --git a/.github/workflows/0-start-exercise.yml b/.github/workflows/0-start-exercise.yml index 51a4379..556db74 100644 --- a/.github/workflows/0-start-exercise.yml +++ b/.github/workflows/0-start-exercise.yml @@ -61,7 +61,7 @@ jobs: - name: Build comment - add step content id: build-comment - uses: skills/action-text-variables@v2 + uses: skills/action-text-variables@v3 with: template-file: "${{ env.STEP_1_FILE }}" template-vars: | diff --git a/.github/workflows/1-dependency-graph.yml b/.github/workflows/1-dependency-graph.yml index cf45ce0..87248c9 100644 --- a/.github/workflows/1-dependency-graph.yml +++ b/.github/workflows/1-dependency-graph.yml @@ -76,7 +76,7 @@ jobs: - name: Build message - step finished id: build-message-step-finish - uses: skills/action-text-variables@v2 + uses: skills/action-text-variables@v3 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-finished-prepare-next-step.md template-vars: | @@ -110,7 +110,7 @@ jobs: - name: Build comment - add step content id: build-comment - uses: skills/action-text-variables@v2 + uses: skills/action-text-variables@v3 with: template-file: "${{ env.STEP_2_FILE }}" template-vars: | diff --git a/.github/workflows/2-dependabot-alerts.yml b/.github/workflows/2-dependabot-alerts.yml index 7dd765c..a82fc20 100644 --- a/.github/workflows/2-dependabot-alerts.yml +++ b/.github/workflows/2-dependabot-alerts.yml @@ -111,7 +111,7 @@ jobs: - name: Build message - step finished id: build-message-step-finish - uses: skills/action-text-variables@v2 + uses: skills/action-text-variables@v3 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-finished-prepare-next-step.md template-vars: | @@ -145,7 +145,7 @@ jobs: - name: Build comment - add step content id: build-comment - uses: skills/action-text-variables@v2 + uses: skills/action-text-variables@v3 with: template-file: "${{ env.STEP_3_FILE }}" template-vars: | diff --git a/.github/workflows/3-dependabot-security.yml b/.github/workflows/3-dependabot-security.yml index 919dea1..451d86c 100644 --- a/.github/workflows/3-dependabot-security.yml +++ b/.github/workflows/3-dependabot-security.yml @@ -112,7 +112,7 @@ jobs: - name: Build message - step finished id: build-message-step-finish - uses: skills/action-text-variables@v2 + uses: skills/action-text-variables@v3 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-finished-prepare-next-step.md template-vars: | @@ -146,7 +146,7 @@ jobs: - name: Build comment - add step content id: build-comment - uses: skills/action-text-variables@v2 + uses: skills/action-text-variables@v3 with: template-file: "${{ env.STEP_4_FILE }}" template-vars: |