Skip to content

Commit

Permalink
Update lukka/get-cmake action to v3.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 067c367 commit d550d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hosted-ninja-vcpkg_submod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
submodules: true

- uses: lukka/get-cmake@v3.29.6
- uses: lukka/get-cmake@v3.30.3

- name: Restore from cache and setup vcpkg executable and data files.
uses: lukka/run-vcpkg@v11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hosted-pure-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
shell: bash

# Setup the build machine with the most recent versions of CMake and Ninja. Both are cached if not already: on subsequent runs both will be quickly restored from GitHub cache service.
- uses: lukka/get-cmake@v3.29.6
- uses: lukka/get-cmake@v3.30.3

# Restore vcpkg from the GitHub Action cache service. Note that packages are restored by vcpkg's binary caching
# when it is being run afterwards by CMake.
Expand Down

0 comments on commit d550d2a

Please sign in to comment.