From ac31a037ac6ccc71db5798bbdbf7183441a0de7b Mon Sep 17 00:00:00 2001 From: Matthew Silverman Date: Fri, 15 Dec 2023 11:50:52 -0500 Subject: [PATCH] try using the 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 b26cdb2..0c1fa56 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_ionq/ --check"