From a93b0bf3890de6c48d46b40e2cbcc73c97e3bd41 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Wed, 6 Nov 2024 17:53:51 -0500 Subject: [PATCH] Update setup-just version in README (#2456) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0a126b77f..6ec0e0f613 100644 --- a/README.md +++ b/README.md @@ -401,7 +401,7 @@ Using package managers pre-installed on GitHub Actions runners on MacOS with With [extractions/setup-just](https://github.com/extractions/setup-just): ```yaml -- uses: extractions/setup-just@v1 +- uses: extractions/setup-just@v2 with: just-version: 1.5.0 # optional semver specification, otherwise latest ```