From c79197490cad7f5489e009fcad8c9e8ba943d47f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 15:23:56 +0000 Subject: [PATCH] Bump skills/action-text-variables from 2 to 3 Bumps [skills/action-text-variables](https://github.com/skills/action-text-variables) from 2 to 3. - [Release notes](https://github.com/skills/action-text-variables/releases) - [Commits](https://github.com/skills/action-text-variables/compare/v2...v3) --- updated-dependencies: - dependency-name: skills/action-text-variables dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/0-start-exercise.yml | 2 +- .github/workflows/1-step.yml | 2 +- .github/workflows/2-step.yml | 2 +- .github/workflows/3-step.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/0-start-exercise.yml b/.github/workflows/0-start-exercise.yml index 13a9a20..b233c0f 100644 --- a/.github/workflows/0-start-exercise.yml +++ b/.github/workflows/0-start-exercise.yml @@ -74,7 +74,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-step.yml b/.github/workflows/1-step.yml index 4d09b59..837b815 100644 --- a/.github/workflows/1-step.yml +++ b/.github/workflows/1-step.yml @@ -37,7 +37,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-step.yml b/.github/workflows/2-step.yml index c75abe2..484d867 100644 --- a/.github/workflows/2-step.yml +++ b/.github/workflows/2-step.yml @@ -41,7 +41,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-step.yml b/.github/workflows/3-step.yml index 7a50a15..ebaff7c 100644 --- a/.github/workflows/3-step.yml +++ b/.github/workflows/3-step.yml @@ -56,7 +56,7 @@ jobs: - name: Build message - step results id: build-message-step-results - uses: skills/action-text-variables@v2 + uses: skills/action-text-variables@v3 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-results-table.md template-vars: | @@ -81,7 +81,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: |