From 6dd46ad452e0847662b19cb7085f6439e1c9deca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 16:44:28 +0000 Subject: [PATCH] chore(deps): bump skills/exercise-toolkit from 0.8.1 to 0.9.1 Bumps [skills/exercise-toolkit](https://github.com/skills/exercise-toolkit) from 0.8.1 to 0.9.1. - [Release notes](https://github.com/skills/exercise-toolkit/releases) - [Commits](https://github.com/skills/exercise-toolkit/compare/v0.8.1...v0.9.1) --- updated-dependencies: - dependency-name: skills/exercise-toolkit dependency-version: 0.9.1 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 33fa3df..ebe1f90 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.8.1 + uses: skills/exercise-toolkit/actions/file-exists@v0.9.1 with: file: .github/workflows/welcome.yml