Commit 2d2372d596510c693f6e0e96ef09ff40590dc7b4
Committed by
GitHub
1 parent
2f0435f3
chore: bump jwlawson/actions-setup-cmake from 1.9 to 1.10 (#634)
Bumps [jwlawson/actions-setup-cmake](https://github.com/jwlawson/actions-setup-cmake) from 1.9 to 1.10. - [Release notes](https://github.com/jwlawson/actions-setup-cmake/releases) - [Commits](https://github.com/jwlawson/actions-setup-cmake/compare/v1.9...v1.10) --- updated-dependencies: - dependency-name: jwlawson/actions-setup-cmake dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Showing
1 changed file
with
18 additions
and
18 deletions
.github/workflows/tests.yml
| @@ -28,7 +28,7 @@ jobs: | @@ -28,7 +28,7 @@ jobs: | ||
| 28 | - name: Add wget | 28 | - name: Add wget |
| 29 | run: apt-get update && apt-get install -y wget | 29 | run: apt-get update && apt-get install -y wget |
| 30 | - name: Setup cmake | 30 | - name: Setup cmake |
| 31 | - uses: jwlawson/actions-setup-cmake@v1.9 | 31 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 32 | - name: Configure | 32 | - name: Configure |
| 33 | run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON | 33 | run: cmake -S . -B build -DCLI11_CUDA_TESTS=ON |
| 34 | - name: Build | 34 | - name: Build |
| @@ -41,14 +41,14 @@ jobs: | @@ -41,14 +41,14 @@ jobs: | ||
| 41 | - uses: actions/checkout@v2 | 41 | - uses: actions/checkout@v2 |
| 42 | 42 | ||
| 43 | - name: CMake 3.4 | 43 | - name: CMake 3.4 |
| 44 | - uses: jwlawson/actions-setup-cmake@v1.9 | 44 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 45 | with: | 45 | with: |
| 46 | cmake-version: "3.4" | 46 | cmake-version: "3.4" |
| 47 | - name: Check CMake 3.4 | 47 | - name: Check CMake 3.4 |
| 48 | uses: ./.github/actions/quick_cmake | 48 | uses: ./.github/actions/quick_cmake |
| 49 | 49 | ||
| 50 | - name: CMake 3.5 | 50 | - name: CMake 3.5 |
| 51 | - uses: jwlawson/actions-setup-cmake@v1.9 | 51 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 52 | with: | 52 | with: |
| 53 | cmake-version: "3.5" | 53 | cmake-version: "3.5" |
| 54 | - name: Check CMake 3.5 | 54 | - name: Check CMake 3.5 |
| @@ -56,7 +56,7 @@ jobs: | @@ -56,7 +56,7 @@ jobs: | ||
| 56 | if: success() || failure() | 56 | if: success() || failure() |
| 57 | 57 | ||
| 58 | - name: CMake 3.6 | 58 | - name: CMake 3.6 |
| 59 | - uses: jwlawson/actions-setup-cmake@v1.9 | 59 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 60 | with: | 60 | with: |
| 61 | cmake-version: "3.6" | 61 | cmake-version: "3.6" |
| 62 | - name: Check CMake 3.6 | 62 | - name: Check CMake 3.6 |
| @@ -64,7 +64,7 @@ jobs: | @@ -64,7 +64,7 @@ jobs: | ||
| 64 | if: success() || failure() | 64 | if: success() || failure() |
| 65 | 65 | ||
| 66 | - name: CMake 3.7 | 66 | - name: CMake 3.7 |
| 67 | - uses: jwlawson/actions-setup-cmake@v1.9 | 67 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 68 | with: | 68 | with: |
| 69 | cmake-version: "3.7" | 69 | cmake-version: "3.7" |
| 70 | - name: Check CMake 3.7 | 70 | - name: Check CMake 3.7 |
| @@ -72,7 +72,7 @@ jobs: | @@ -72,7 +72,7 @@ jobs: | ||
| 72 | if: success() || failure() | 72 | if: success() || failure() |
| 73 | 73 | ||
| 74 | - name: CMake 3.8 | 74 | - name: CMake 3.8 |
| 75 | - uses: jwlawson/actions-setup-cmake@v1.9 | 75 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 76 | with: | 76 | with: |
| 77 | cmake-version: "3.8" | 77 | cmake-version: "3.8" |
| 78 | - name: Check CMake 3.8 | 78 | - name: Check CMake 3.8 |
| @@ -80,7 +80,7 @@ jobs: | @@ -80,7 +80,7 @@ jobs: | ||
| 80 | if: success() || failure() | 80 | if: success() || failure() |
| 81 | 81 | ||
| 82 | - name: CMake 3.9 | 82 | - name: CMake 3.9 |
| 83 | - uses: jwlawson/actions-setup-cmake@v1.9 | 83 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 84 | with: | 84 | with: |
| 85 | cmake-version: "3.9" | 85 | cmake-version: "3.9" |
| 86 | - name: Check CMake 3.9 | 86 | - name: Check CMake 3.9 |
| @@ -88,7 +88,7 @@ jobs: | @@ -88,7 +88,7 @@ jobs: | ||
| 88 | if: success() || failure() | 88 | if: success() || failure() |
| 89 | 89 | ||
| 90 | - name: CMake 3.10 | 90 | - name: CMake 3.10 |
| 91 | - uses: jwlawson/actions-setup-cmake@v1.9 | 91 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 92 | with: | 92 | with: |
| 93 | cmake-version: "3.10" | 93 | cmake-version: "3.10" |
| 94 | - name: Check CMake 3.10 | 94 | - name: Check CMake 3.10 |
| @@ -96,7 +96,7 @@ jobs: | @@ -96,7 +96,7 @@ jobs: | ||
| 96 | if: success() || failure() | 96 | if: success() || failure() |
| 97 | 97 | ||
| 98 | - name: CMake 3.11 | 98 | - name: CMake 3.11 |
| 99 | - uses: jwlawson/actions-setup-cmake@v1.9 | 99 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 100 | with: | 100 | with: |
| 101 | cmake-version: "3.11" | 101 | cmake-version: "3.11" |
| 102 | - name: Check CMake 3.11 (full) | 102 | - name: Check CMake 3.11 (full) |
| @@ -106,7 +106,7 @@ jobs: | @@ -106,7 +106,7 @@ jobs: | ||
| 106 | if: success() || failure() | 106 | if: success() || failure() |
| 107 | 107 | ||
| 108 | - name: CMake 3.12 | 108 | - name: CMake 3.12 |
| 109 | - uses: jwlawson/actions-setup-cmake@v1.9 | 109 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 110 | with: | 110 | with: |
| 111 | cmake-version: "3.12" | 111 | cmake-version: "3.12" |
| 112 | - name: Check CMake 3.12 | 112 | - name: Check CMake 3.12 |
| @@ -114,7 +114,7 @@ jobs: | @@ -114,7 +114,7 @@ jobs: | ||
| 114 | if: success() || failure() | 114 | if: success() || failure() |
| 115 | 115 | ||
| 116 | - name: CMake 3.13 | 116 | - name: CMake 3.13 |
| 117 | - uses: jwlawson/actions-setup-cmake@v1.9 | 117 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 118 | with: | 118 | with: |
| 119 | cmake-version: "3.13" | 119 | cmake-version: "3.13" |
| 120 | - name: Check CMake 3.13 | 120 | - name: Check CMake 3.13 |
| @@ -122,7 +122,7 @@ jobs: | @@ -122,7 +122,7 @@ jobs: | ||
| 122 | if: success() || failure() | 122 | if: success() || failure() |
| 123 | 123 | ||
| 124 | - name: CMake 3.14 | 124 | - name: CMake 3.14 |
| 125 | - uses: jwlawson/actions-setup-cmake@v1.9 | 125 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 126 | with: | 126 | with: |
| 127 | cmake-version: "3.14" | 127 | cmake-version: "3.14" |
| 128 | - name: Check CMake 3.14 | 128 | - name: Check CMake 3.14 |
| @@ -130,7 +130,7 @@ jobs: | @@ -130,7 +130,7 @@ jobs: | ||
| 130 | if: success() || failure() | 130 | if: success() || failure() |
| 131 | 131 | ||
| 132 | - name: CMake 3.15 | 132 | - name: CMake 3.15 |
| 133 | - uses: jwlawson/actions-setup-cmake@v1.9 | 133 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 134 | with: | 134 | with: |
| 135 | cmake-version: "3.15" | 135 | cmake-version: "3.15" |
| 136 | - name: Check CMake 3.15 | 136 | - name: Check CMake 3.15 |
| @@ -138,7 +138,7 @@ jobs: | @@ -138,7 +138,7 @@ jobs: | ||
| 138 | if: success() || failure() | 138 | if: success() || failure() |
| 139 | 139 | ||
| 140 | - name: CMake 3.16 | 140 | - name: CMake 3.16 |
| 141 | - uses: jwlawson/actions-setup-cmake@v1.9 | 141 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 142 | with: | 142 | with: |
| 143 | cmake-version: "3.16" | 143 | cmake-version: "3.16" |
| 144 | - name: Check CMake 3.16 | 144 | - name: Check CMake 3.16 |
| @@ -146,7 +146,7 @@ jobs: | @@ -146,7 +146,7 @@ jobs: | ||
| 146 | if: success() || failure() | 146 | if: success() || failure() |
| 147 | 147 | ||
| 148 | - name: CMake 3.17 | 148 | - name: CMake 3.17 |
| 149 | - uses: jwlawson/actions-setup-cmake@v1.9 | 149 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 150 | with: | 150 | with: |
| 151 | cmake-version: "3.17" | 151 | cmake-version: "3.17" |
| 152 | - name: Check CMake 3.17 | 152 | - name: Check CMake 3.17 |
| @@ -154,7 +154,7 @@ jobs: | @@ -154,7 +154,7 @@ jobs: | ||
| 154 | if: success() || failure() | 154 | if: success() || failure() |
| 155 | 155 | ||
| 156 | - name: CMake 3.18 | 156 | - name: CMake 3.18 |
| 157 | - uses: jwlawson/actions-setup-cmake@v1.9 | 157 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 158 | with: | 158 | with: |
| 159 | cmake-version: "3.18" | 159 | cmake-version: "3.18" |
| 160 | - name: Check CMake 3.18 | 160 | - name: Check CMake 3.18 |
| @@ -162,7 +162,7 @@ jobs: | @@ -162,7 +162,7 @@ jobs: | ||
| 162 | if: success() || failure() | 162 | if: success() || failure() |
| 163 | 163 | ||
| 164 | - name: CMake 3.19 | 164 | - name: CMake 3.19 |
| 165 | - uses: jwlawson/actions-setup-cmake@v1.9 | 165 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 166 | with: | 166 | with: |
| 167 | cmake-version: "3.19" | 167 | cmake-version: "3.19" |
| 168 | - name: Check CMake 3.19 (full) | 168 | - name: Check CMake 3.19 (full) |
| @@ -172,7 +172,7 @@ jobs: | @@ -172,7 +172,7 @@ jobs: | ||
| 172 | if: success() || failure() | 172 | if: success() || failure() |
| 173 | 173 | ||
| 174 | - name: CMake 3.20 | 174 | - name: CMake 3.20 |
| 175 | - uses: jwlawson/actions-setup-cmake@v1.9 | 175 | + uses: jwlawson/actions-setup-cmake@v1.10 |
| 176 | with: | 176 | with: |
| 177 | cmake-version: "3.20" | 177 | cmake-version: "3.20" |
| 178 | - name: Check CMake 3.20 | 178 | - name: Check CMake 3.20 |