Skip to content

Commit

Permalink
dev: checkout v4 & python v5 actions in publish-book workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Mar 1, 2024
1 parent 6557159 commit 39a03b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,14 @@ jobs:
docs
overrides
- run: echo "🐙 ${{ github.repository }} repository sparse-checkout to the CI runner."

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.x

- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
key: ${{ github.ref }}
path: .cache
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
- dev: validate new & changed files in megalinter to speed up checks
- 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

## Added
- button link to Clojure CLI releases changelog to view available versions
Expand Down

0 comments on commit 39a03b8

Please sign in to comment.