Skip to content

Commit

Permalink
update version of get-cmake action
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft committed Sep 16, 2024
1 parent 74b45fd commit c1f8588
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: yarn lint

- name: Install CMake/Ninja
uses: lukka/get-cmake@v3.18.3
uses: lukka/get-cmake@v3.30.3

- name: Build fake compilers for tests
uses: urkle/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-main-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: yarn lint

- name: Install CMake/Ninja
uses: lukka/get-cmake@v3.18.3
uses: lukka/get-cmake@v3.30.3

- name: Build fake compilers for tests
uses: urkle/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# The cmake server mode has been removed since CMake 3.20
- name: Install CMake/Ninja
uses: lukka/get-cmake@v3.18.3
uses: lukka/get-cmake@v3.30.3

- name: Build fake compilers for tests
uses: urkle/[email protected]
Expand Down

0 comments on commit c1f8588

Please sign in to comment.