From cce1bf8a2de9f624b40e6c4727192ac2d67487dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 05:30:26 +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 21ecf2f..9ad9d0f 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 07bd208..24ef978 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 c43457a..d1d8505 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 7f72399..14485e7 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: |