From 0edd62a3119d467ab2f540e22874a45ebe11f5ec Mon Sep 17 00:00:00 2001 From: lillian542 Date: Fri, 15 Dec 2023 14:00:44 -0500 Subject: [PATCH] use latest black action --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index b43b2c6..bde6df1 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -8,6 +8,6 @@ jobs: steps: - uses: actions/checkout@v1 - name: Black Code Formatter - uses: lgeiger/black-action@v1.0.1 + uses: lgeiger/black-action@master with: args: "-l 100 pennylane_honeywell/ --check"