From c5e8e3c39bcd9a34a1b00ce13f857e72853602d6 Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 21 Jan 2025 16:50:13 +0700 Subject: [PATCH] ci: Update to `actions/checkout@v4` from `v3`. (#155) This is an update to the more recent NodeJS toolchain within GitHub Actions. --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index a11f0ff..eb73780 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -108,7 +108,7 @@ jobs: install: sudo apt install clang-11 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Toolchain run: |