Skip to content

Commit d88916a

Browse files
⬆️ Bump lukka/get-cmake from 4.1.2 to 4.2.0 (#5007)
Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](lukka/get-cmake@628dd51...bb2faa7) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2b40a69 commit d88916a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ubuntu.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
2525
- name: Get latest CMake and ninja
26-
uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02
26+
uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02
2727
- name: Run CMake
2828
run: cmake -S . -B build -DJSON_CI=On
2929
- name: Build
@@ -54,7 +54,7 @@ jobs:
5454
run: sudo apt-get update ; sudo apt-get install -y valgrind
5555
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5656
- name: Get latest CMake and ninja
57-
uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02
57+
uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02
5858
- name: Run CMake
5959
run: cmake -S . -B build -DJSON_CI=On
6060
- name: Build
@@ -71,7 +71,7 @@ jobs:
7171
run: apt-get update ; apt-get install -y git clang-tools iwyu unzip
7272
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
7373
- name: Get latest CMake and ninja
74-
uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02
74+
uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02
7575
- name: Run CMake
7676
run: cmake -S . -B build -DJSON_CI=On
7777
- name: Build
@@ -88,7 +88,7 @@ jobs:
8888
run: apt-get update ; apt-get install -y build-essential unzip wget git libssl-dev
8989
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9090
- name: Get latest CMake and ninja
91-
uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02
91+
uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02
9292
- name: Run CMake
9393
run: cmake -S . -B build -DJSON_CI=On
9494
- name: Build
@@ -149,7 +149,7 @@ jobs:
149149
steps:
150150
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
151151
- name: Get latest CMake and ninja
152-
uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02
152+
uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02
153153
- name: Run CMake
154154
run: cmake -S . -B build -DJSON_CI=On
155155
- name: Build
@@ -164,7 +164,7 @@ jobs:
164164
steps:
165165
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
166166
- name: Get latest CMake and ninja
167-
uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02
167+
uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02
168168
- name: Set env FORCE_STDCPPFS_FLAG for clang 7 / 8 / 9 / 10
169169
run: echo "JSON_FORCED_GLOBAL_COMPILE_OPTIONS=-DJSON_HAS_FILESYSTEM=0;-DJSON_HAS_EXPERIMENTAL_FILESYSTEM=0" >> "$GITHUB_ENV"
170170
if: ${{ matrix.compiler == '7' || matrix.compiler == '8' || matrix.compiler == '9' || matrix.compiler == '10' }}
@@ -182,7 +182,7 @@ jobs:
182182
steps:
183183
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
184184
- name: Get latest CMake and ninja
185-
uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02
185+
uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02
186186
- name: Run CMake
187187
run: cmake -S . -B build -DJSON_CI=On
188188
- name: Build
@@ -200,7 +200,7 @@ jobs:
200200
run: apt-get update ; apt-get install -y git unzip
201201
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
202202
- name: Get latest CMake and ninja
203-
uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02
203+
uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02
204204
- name: Run CMake
205205
run: cmake -S . -B build -DJSON_CI=On
206206
- name: Build with libc++
@@ -229,7 +229,7 @@ jobs:
229229
steps:
230230
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
231231
- name: Get latest CMake and ninja
232-
uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02
232+
uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02
233233
- name: Run CMake
234234
run: cmake -S . -B build -DJSON_CI=On
235235
- name: Build
@@ -259,7 +259,7 @@ jobs:
259259
uses: mymindstorm/setup-emsdk@6ab9eb1bda2574c4ddb79809fc9247783eaf9021 # v14
260260
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
261261
- name: Get latest CMake and ninja
262-
uses: lukka/get-cmake@628dd514bed37cb0a609e84a6186cbbaa2fc0140 # v4.02
262+
uses: lukka/get-cmake@bb2faa721a800324b726fec00f7c1ff7641964d1 # v4.02
263263
- name: Run CMake
264264
run: cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE=$EMSDK/upstream/emscripten/cmake/Modules/Platform/Emscripten.cmake -GNinja
265265
- name: Build

0 commit comments

Comments
 (0)