From d8a199c7ec31906450794d16966dbd04b7257a79 Mon Sep 17 00:00:00 2001 From: Gerrit Birkeland Date: Sat, 4 May 2024 10:41:02 -0600 Subject: [PATCH] Update circular dependency check action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c5ea122c..942fdaed6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Lint run: npm run lint -- --max-warnings 0 - name: Circular dependency check - uses: gerrit0/circular-dependency-check@v2 + uses: gerrit0/circular-dependency-check@v2.0.1 with: entry: dist/index.js build-windows: