From 7ca291399328189e8cf8a329e5ffbe89679f8ec0 Mon Sep 17 00:00:00 2001 From: James Olds Date: Tue, 28 Mar 2023 12:12:04 -0400 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 20717fe..c3029f3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -24,7 +24,7 @@ jobs: - name: install just, if required if: inputs.type == 'just' - uses: extractions/setup-just@95b912dc5d3ed106a72907f2f9b91e76d60bdb76 # pin@v1 + uses: extractions/setup-just@69d82fb0233557aec017ef13706851d0694e0f1d # pin@v1.6.0 with: just-version: '1.13.0'