From 2ffc6b948a15c50aed1c24cc2b6249e3dd6470cf Mon Sep 17 00:00:00 2001 From: Jordon Brooks Date: Sun, 7 Apr 2024 01:04:04 +0100 Subject: [PATCH] Update GitHub Actions to actions/checkout@v4 --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 41e82b4..95ddb78 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -59,7 +59,7 @@ jobs: - os: macos-latest cpp_compiler: cl steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: 'recursive'