Skip to content

Commit 39a03b8

Browse files
dev: checkout v4 & python v5 actions in publish-book workflow
1 parent 6557159 commit 39a03b8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/publish-book.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
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

0 commit comments

Comments
 (0)