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