File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,13 +38,14 @@ jobs:
3838 docs
3939 overrides
4040 - run : echo "🐙 ${{ github.repository }} repository sparse-checkout to the CI runner."
41+
4142 - name : Setup Python
42- uses : actions/setup-python@v4
43+ uses : actions/setup-python@v5
4344 with :
4445 python-version : 3.x
4546
4647 - name : Cache
47- uses : actions/cache@v3
48+ uses : actions/cache@v4
4849 with :
4950 key : ${{ github.ref }}
5051 path : .cache
Original file line number Diff line number Diff line change 1616- dev: validate new & changed files in megalinter to speed up checks
1717- dev: signed commit checkbox in pull request template
1818- dev: skip readme change and sparse checkout for changelog check workflow
19+ - dev: checkout v4 & python v5 actions in publish-book workflow
1920
2021## Added
2122- button link to Clojure CLI releases changelog to view available versions
You can’t perform that action at this time.
0 commit comments