Skip to content

Commit 9a60a1f

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. Tag: https://github.com/extractions/setup-just/tree/v4 Releases: https://github.com/extractions/setup-just/releases
1 parent 96dbc38 commit 9a60a1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

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

5757
- name: Install just
5858
if: env.PUBLISH == 'true'
59-
uses: extractions/setup-just@v3
59+
uses: extractions/setup-just@v4
6060

6161
- name: Print python versions
6262
if: env.PUBLISH == 'true'

0 commit comments

Comments
 (0)