Skip to content

Commit 12b46de

Browse files
committed
ci(deps): bump extractions/setup-just from 3 to 4
v4 moves the underlying ``extractions/setup-crate`` pin from v1.4.0 to v2.0.0, which moves the action runtime to Node 24 — supported natively by GitHub-hosted ``ubuntu-latest``. Both documented inputs (``just-version`` and ``github-token``) are byte-identical between v3 and v4; this workflow passes neither, so behavior is unchanged. Compare: extractions/setup-just@v3...v4 Releases: https://github.com/extractions/setup-just/releases
1 parent 1dafb82 commit 12b46de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Install just
5656
if: env.PUBLISH == 'true'
57-
uses: extractions/setup-just@v3
57+
uses: extractions/setup-just@v4
5858

5959
- name: Print python versions
6060
if: env.PUBLISH == 'true'

0 commit comments

Comments
 (0)