From 5fd21b43ebfb094d760e179b585d52dde74ebfac Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Tue, 20 Jan 2026 07:14:11 -0500 Subject: [PATCH] Update CI/CD (2) Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index a09076d..13bb3a1 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v4 - uses: tree-sitter/setup-action@v2 - - uses: swift-actions/setup-swift@v3 + - uses: swift-actions/setup-swift # Because our tree-sitter code is in a subdirectory, # and working-directory does not apply to uses, we # are forced to specify calls to the CI ourselves.