From 67fbca07e4bce7f11f6129746af057f5b759c715 Mon Sep 17 00:00:00 2001 From: Gwilym Kuiper Date: Thu, 24 Feb 2022 21:38:24 +0000 Subject: [PATCH] Use just in the action --- .github/workflows/update-lockfiles.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-lockfiles.yml b/.github/workflows/update-lockfiles.yml index c77b5d4..aca0592 100644 --- a/.github/workflows/update-lockfiles.yml +++ b/.github/workflows/update-lockfiles.yml @@ -18,4 +18,5 @@ jobs: - name: Check out repository uses: actions/checkout@v2 - name: Update lock files - run: bash .github/scripts/update-lockfiles.sh \ No newline at end of file + uses: extractions/setup-just@v1 + run: just update-lockfiles \ No newline at end of file