File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 2020
2121 # Git Checkout
2222 - name : Checkout Code
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
24+ with :
25+ fetch-depth : 0
26+ sparse-checkout : |
27+ CHANGELOG.md
28+ - run : echo "🐙 Sparse Checkout of ${{ github.repository }} repository to the CI runner."
2429 with :
2530 token : " ${{ secrets.PAT || secrets.GITHUB_TOKEN }}"
2631 - run : echo "🐙 ${{ github.repository }} repository was cloned to the runner."
Original file line number Diff line number Diff line change 44- dev: spell lychee & repository trufflehog linters warn only (false positives)
55- dev: action/checkout v4 with sparse-checkout for megalinter
66- dev: sparse-checkout for publish-book workflow
7+ - dev: action/checkout v4 with sparse-checkout for changelog checker workflow
78
89### Added
910- building-api: add reitit overview and quick intro
You can’t perform that action at this time.
0 commit comments