From 0f65ec0f80357af75bdcb73c71be2d04ca4c40da Mon Sep 17 00:00:00 2001 From: Matt Collins Date: Tue, 9 Jun 2026 03:12:36 +0000 Subject: [PATCH] chore: upgrade GitHub Actions from Node 20 to Node 24 --- .github/workflows/test-pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index bef60ba..99f48a5 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -13,7 +13,7 @@ jobs: runs-on: macos-14 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Install dependencies run: brew install swiftlint