From 332c140e3088ab8d5ab856a63d63c4680e6dfe37 Mon Sep 17 00:00:00 2001 From: Serge Lamikhov-Center Date: Thu, 14 Dec 2023 17:20:31 +0200 Subject: [PATCH] Move to actions/checkout@v4 --- .github/workflows/c-cpp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 6822f87..36f878c 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -70,7 +70,7 @@ jobs: cpp_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.