From 7ee3cc42cc8eb91fb361410206a266d69e7553d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Nov 2025 18:23:39 +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-dependency-graph.yml | 4 ++-- .github/workflows/2-dependabot-alerts.yml | 4 ++-- .github/workflows/3-dependabot-security.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 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: |