From 78190e616df95c5e90a09c892b15445632ee53d4 Mon Sep 17 00:00:00 2001 From: Kenneth Yang Date: Sun, 22 Sep 2024 16:05:19 -0700 Subject: [PATCH] Change run to uses --- .github/workflows/autoformat-and-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autoformat-and-lint.yml b/.github/workflows/autoformat-and-lint.yml index a40b728..15ecaaf 100644 --- a/.github/workflows/autoformat-and-lint.yml +++ b/.github/workflows/autoformat-and-lint.yml @@ -23,7 +23,7 @@ jobs: token: ${{ secrets.WORKFLOW_COMMIT }} - name: 📦 Install Hatch - run: pypa/hatch@install + uses: pypa/hatch@install - name: 📝 Format Code run: hatch fmt -f