Skip to content

Commit 735ded8

Browse files
authored
Replace setup-just with setup-crate (#771)
The former is just a composite of a latter, but does not pin to a commit so it violates our policy. I do not think `setup-crate` supports pinning a just commit, so I think we will want to just drop the whole action in the future. See - #760 - extractions/setup-just#20 - extractions/setup-just#23 See failure at https://github.com/astral-sh/python-build-standalone/actions/runs/17052072811/attempts/1
1 parent 6e9f316 commit 735ded8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ jobs:
4040
submodules: recursive
4141
persist-credentials: true # needed for git operations below
4242

43-
- uses: extractions/setup-just@e33e0265a09d6d736e2ee1e0eb685ef1de4669ff # v2
43+
- uses: extractions/setup-crate@4993624604c307fbca528d28a3c8b60fa5ecc859 # v1.4.0
44+
with:
45+
repo: casey/just
46+
version: 1.42.4
4447

4548
# Perform a release in dry-run mode.
4649
- run: just release-dry-run ${GH_TOKEN} ${GITHUB_EVENT_INPUTS_SHA} ${GITHUB_EVENT_INPUTS_TAG}

0 commit comments

Comments
 (0)