Skip to content

Commit

Permalink
Merge pull request #391 from clEsperanto/dependabot/github_actions/lu…
Browse files Browse the repository at this point in the history
…kka/get-cmake-3.31.0

Bump lukka/get-cmake from 3.30.5 to 3.31.0
  • Loading branch information
StRigaud authored Nov 11, 2024
2 parents 2bd4aae + 16eca60 commit 3c05293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
shell: bash

- name: Get specific version of CMake, Ninja
uses: lukka/get-cmake@v3.30.5
uses: lukka/get-cmake@v3.31.0

- name: Install ocl-icd-loader - windows
if: matrix.os == 'windows-latest'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v4

- name: Get specific version of CMake, Ninja
uses: lukka/get-cmake@v3.30.5
uses: lukka/get-cmake@v3.31.0

- name: Install doxygen
run: |
Expand Down

0 comments on commit 3c05293

Please sign in to comment.