We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd15a2 commit 42386c4Copy full SHA for 42386c4
.github/workflows/cmake.yml
@@ -23,7 +23,7 @@ jobs:
23
#runs-on: ubuntu-latest
24
25
steps:
26
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
27
28
- name: Configure CMake
29
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
38
39
40
- name: Checkout repository
41
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
42
43
# Initializes the CodeQL tools for scanning.
44
- name: Initialize CodeQL
0 commit comments