diff --git a/.github/workflows/scheduled-version-check.yaml b/.github/workflows/scheduled-version-check.yaml index 14c0e368f..e64ff9942 100644 --- a/.github/workflows/scheduled-version-check.yaml +++ b/.github/workflows/scheduled-version-check.yaml @@ -31,10 +31,13 @@ jobs: - run: echo "🐧 Job running on ${{ runner.os }} server" - run: echo "🐙 Using ${{ github.ref }} branch from ${{ github.repository }} repository" - - name: "Checkout code" + - name: Checkout Code uses: actions/checkout@v4 - - run: echo "🐙 ${{ github.repository }} repository was cloned to the runner." - + with: + fetch-depth: 0 + sparse-checkout: | + .github + - run: echo "🐙 ${{ github.repository }} repository sparse-checkout to the CI runner." - name: "Antq Check versions" uses: liquidz/antq-action@main with: @@ -44,4 +47,3 @@ jobs: # Summary - run: echo "🎨 library versions checked with liquidz/antq" - run: echo "🍏 Job status is ${{ job.status }}." - diff --git a/CHANGELOG.md b/CHANGELOG.md index e1ee1d522..0d5aaf133 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ - dev: signed commit checkbox in pull request template - dev: skip readme change and sparse checkout for changelog check workflow - dev: checkout v4 & python v5 actions in publish-book workflow +- dev: sparse checkout scheduled version workflow ## Added - button link to Clojure CLI releases changelog to view available versions