From cd3c30a440b075c23615a799a0abb1464ef4ac00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:44:18 +0000 Subject: [PATCH] chore(deps): bump skills/action-text-variables from 3 to 4 Bumps [skills/action-text-variables](https://github.com/skills/action-text-variables) from 3 to 4. - [Release notes](https://github.com/skills/action-text-variables/releases) - [Commits](https://github.com/skills/action-text-variables/compare/v3...v4) --- updated-dependencies: - dependency-name: skills/action-text-variables dependency-version: '4' 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 | 4 ++-- .github/workflows/2-step.yml | 4 ++-- .github/workflows/3-step.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/0-start-exercise.yml b/.github/workflows/0-start-exercise.yml index 0512ba3..ac3542c 100644 --- a/.github/workflows/0-start-exercise.yml +++ b/.github/workflows/0-start-exercise.yml @@ -44,7 +44,7 @@ jobs: - name: Build comment - add step content id: build-comment - uses: skills/action-text-variables@v3 + 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 33fa3df..b1ddb68 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@v3 + 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@v3 + 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 f0f15ed..e08be27 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@v3 + 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@v3 + 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 98089e8..64df946 100644 --- a/.github/workflows/3-step.yml +++ b/.github/workflows/3-step.yml @@ -89,7 +89,7 @@ jobs: - name: Build message - step results id: build-message-step-results - uses: skills/action-text-variables@v3 + uses: skills/action-text-variables@v4 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-results-table.md template-vars: | @@ -122,7 +122,7 @@ jobs: - name: Build message - step finished id: build-message-step-finish - uses: skills/action-text-variables@v3 + uses: skills/action-text-variables@v4 with: template-file: exercise-toolkit/markdown-templates/step-feedback/step-finished-prepare-next-step.md template-vars: |