Skip to content

Commit 0df03f9

Browse files
Bump jwlawson/actions-setup-cmake from 2.0 to 2.1
Bumps [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) from 2.0 to 2.1. - [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases) - [Commits](jwlawson/actions-setup-cmake@v2.0...v2.1) --- updated-dependencies: - dependency-name: jwlawson/actions-setup-cmake dependency-version: '2.1' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent afc9f4a commit 0df03f9

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/Docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
&& pip3 install breathe
3535

3636
- name: '🟨 Setup CMake'
37-
uses: jwlawson/actions-setup-cmake@v2.0
37+
uses: jwlawson/actions-setup-cmake@v2.1
3838
with:
3939
cmake-version: '${{env.CMAKE_VERSION}}'
4040
github-api-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/Linux-Clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: '${{ matrix.icon }} Setup CMake'
35-
uses: jwlawson/actions-setup-cmake@v2.0
35+
uses: jwlawson/actions-setup-cmake@v2.1
3636
with:
3737
cmake-version: '${{ matrix.cmake-version }}.x'
3838
github-api-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/Linux-GCC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: '${{ matrix.icon }} Setup CMake'
35-
uses: jwlawson/actions-setup-cmake@v2.0
35+
uses: jwlawson/actions-setup-cmake@v2.1
3636
with:
3737
cmake-version: '${{ matrix.cmake-version }}.x'
3838
github-api-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/MacOS-Clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: '${{ matrix.icon }} Setup CMake'
31-
uses: jwlawson/actions-setup-cmake@v2.0
31+
uses: jwlawson/actions-setup-cmake@v2.1
3232
with:
3333
cmake-version: '${{ matrix.cmake-version }}.x'
3434
github-api-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/MacOS-GCC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: '${{ matrix.icon }} Setup CMake'
36-
uses: jwlawson/actions-setup-cmake@v2.0
36+
uses: jwlawson/actions-setup-cmake@v2.1
3737
with:
3838
cmake-version: '${{ matrix.cmake-version }}.x'
3939
github-api-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/Windows-MSVC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

3030
- name: '🟨 Setup CMake'
31-
uses: jwlawson/actions-setup-cmake@v2.0
31+
uses: jwlawson/actions-setup-cmake@v2.1
3232
with:
3333
cmake-version: '${{ matrix.cmake-version }}.x'
3434
github-api-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/Windows-MSYS2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
fetch-depth: 0
3535

3636
- name: '${{ matrix.icon }} Setup CMake'
37-
uses: jwlawson/actions-setup-cmake@v2.0
37+
uses: jwlawson/actions-setup-cmake@v2.1
3838
with:
3939
cmake-version: '${{ matrix.cmake-version }}.x'
4040
github-api-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)