Skip to content

Commit 77133aa

Browse files
Bump lukka/get-cmake from 3.31.2 to 3.31.3
Bumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 3.31.2 to 3.31.3. - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](lukka/get-cmake@v3.31.2...v3.31.3) --- updated-dependencies: - dependency-name: lukka/get-cmake dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c060490 commit 77133aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/ubuntu.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
steps:
171171
- uses: actions/checkout@v4
172172
- name: Get latest CMake and ninja
173-
uses: lukka/[email protected].2
173+
uses: lukka/[email protected].3
174174
- name: cmake
175175
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
176176
- name: build
@@ -189,7 +189,7 @@ jobs:
189189
steps:
190190
- uses: actions/checkout@v4
191191
- name: Get latest CMake and ninja
192-
uses: lukka/[email protected].2
192+
uses: lukka/[email protected].3
193193
- name: cmake
194194
run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
195195
- name: build
@@ -210,7 +210,7 @@ jobs:
210210
run: apt-get update ; apt-get install -y unzip git
211211
- uses: actions/checkout@v4
212212
- name: Get latest CMake and ninja
213-
uses: lukka/[email protected].2
213+
uses: lukka/[email protected].3
214214
- name: cmake
215215
run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DJSONCONS_BUILD_TESTS=On
216216
- name: build
@@ -231,7 +231,7 @@ jobs:
231231
run: apt-get update ; apt-get install -y unzip git
232232
- uses: actions/checkout@v4
233233
- name: Get latest CMake and ninja
234-
uses: lukka/[email protected].2
234+
uses: lukka/[email protected].3
235235
- name: cmake
236236
run: cmake -S . -B build -DJSONCONS_SANITIZE=ON -DCMAKE_BUILD_TYPE=Debug -DJSONCONS_BUILD_TESTS=On
237237
- name: build

0 commit comments

Comments
 (0)