From f3e1f3bc1ae01497c34e64b34f44fa815a1e0ccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 16:46:40 +0000 Subject: [PATCH] Bump skills/exercise-toolkit from 0.6.0 to 0.7.3 Bumps [skills/exercise-toolkit](https://github.com/skills/exercise-toolkit) from 0.6.0 to 0.7.3. - [Release notes](https://github.com/skills/exercise-toolkit/releases) - [Commits](https://github.com/skills/exercise-toolkit/compare/v0.6.0...v0.7.3) --- updated-dependencies: - dependency-name: skills/exercise-toolkit dependency-version: 0.7.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/1-step.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/1-step.yml b/.github/workflows/1-step.yml index 9e0432f..14f2c34 100644 --- a/.github/workflows/1-step.yml +++ b/.github/workflows/1-step.yml @@ -49,7 +49,7 @@ jobs: - name: Check if welcome.yml file exists id: check-file-exists continue-on-error: true - uses: skills/exercise-toolkit/actions/file-exists@v0.6.0 + uses: skills/exercise-toolkit/actions/file-exists@v0.7.3 with: file: .github/workflows/welcome.yml