From 1476f36ff3349f85f5fce98c102c36ee43a4c066 Mon Sep 17 00:00:00 2001 From: Cary R Date: Tue, 12 May 2026 21:33:57 -0700 Subject: [PATCH] Upgrade actions/checkout to version 5 to support proper nodeJS --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b9f2f1cf..4efc75e32 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: name: '🍏 macOS' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies run: | @@ -49,7 +49,7 @@ jobs: name: '🐧 Ubuntu ${{ matrix.os }}' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Install dependencies run: | @@ -97,7 +97,7 @@ jobs: - run: git config --global core.autocrlf input shell: bash - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: msys2/setup-msys2@v2 with: