We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents be0d21f + feda773 commit 00d9dbaCopy full SHA for 00d9dba
3 files changed
.github/workflows/cmake.yml
@@ -45,7 +45,7 @@ jobs:
45
46
steps:
47
- name: Checkout ${{ github.ref_name }}
48
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
49
- run: git submodule update --init --recursive
50
- name: set extra GITHUB_PATH ${{ matrix.config.extra_path }} (for MinGW)
51
shell: bash
.github/workflows/cmake_subdir_example.yml
@@ -27,7 +27,7 @@ jobs:
27
}
28
29
30
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
31
- name: configure
32
shell: cmake -P {0}
33
run: |
.github/workflows/meson.yml
@@ -49,7 +49,7 @@ jobs:
52
53
# use msvc-dev-cmd to setup the environment for MSVC if needed
54
- name: setup MSVC
55
if: matrix.config.requires_msvc
0 commit comments