Skip to content

Commit

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

Bump lukka/get-cmake from 3.31.2 to 3.31.3
  • Loading branch information
StRigaud authored Jan 6, 2025
2 parents 1ed2b13 + 53861cd commit 4c8ae98
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.31.2
uses: lukka/get-cmake@v3.31.3

- 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.31.2
uses: lukka/get-cmake@v3.31.3

- name: Install doxygen
run: |
Expand Down

0 comments on commit 4c8ae98

Please sign in to comment.