From 83f05cdb05c1181755a1895d8a5e33f047960ffe Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Wed, 21 Aug 2024 12:41:28 -0400 Subject: [PATCH] Is this what it wants for composite actions? rebase me --- .github/workflows/js_lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/js_lint.yaml b/.github/workflows/js_lint.yaml index aff8542d6d27..c3d3cb1efdd9 100644 --- a/.github/workflows/js_lint.yaml +++ b/.github/workflows/js_lint.yaml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: ./.github/setup-node/action.yaml + - uses: ./.github/setup-node/ - run: yarn install --frozen-lockfile working-directory: client - name: Run ESLint