From bb2b8f2ac2de005a5aabb350f002e03e44bceba4 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Mon, 11 Dec 2023 03:58:53 +0100 Subject: [PATCH] Update actions/checkout in GitHub Actions to 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 b744790..3ffcf0c 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -45,7 +45,7 @@ jobs: c_compiler: cl steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set reusable strings # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.