Move to actions/checkout@v4

This commit is contained in:
Serge Lamikhov-Center 2023-12-14 17:20:31 +02:00 committed by GitHub
parent aa2dbf5564
commit 332c140e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ jobs:
cpp_compiler: cl cpp_compiler: cl
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Set reusable strings - 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. # Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.