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