Skip to content

Commit

Permalink
Bump the actions group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the actions group with 3 updates in the / directory: [aminya/setup-cpp](https://github.com/aminya/setup-cpp), [lukka/get-cmake](https://github.com/lukka/get-cmake) and [lukka/run-cmake](https://github.com/lukka/run-cmake).


Updates `aminya/setup-cpp` from 0.38.1 to 0.41.1
- [Release notes](https://github.com/aminya/setup-cpp/releases)
- [Commits](aminya/setup-cpp@v0.38.1...v0.41.1)

Updates `lukka/get-cmake` from 3.30.2 to 3.30.3
- [Release notes](https://github.com/lukka/get-cmake/releases)
- [Commits](lukka/get-cmake@v3.30.2...v3.30.3)

Updates `lukka/run-cmake` from 10.7 to 10.8
- [Release notes](https://github.com/lukka/run-cmake/releases)
- [Commits](lukka/run-cmake@v10.7...v10.8)

---
updated-dependencies:
- dependency-name: aminya/setup-cpp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
- dependency-name: lukka/get-cmake
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: lukka/run-cmake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent 5d133ff commit b9bb24e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
with:
fetch-depth: 0
submodules: true
- uses: aminya/setup-cpp@v0.38.1
- uses: aminya/setup-cpp@v0.41.1
with:
compiler: ${{ matrix.compiler }}
- uses: lukka/get-cmake@v3.30.2
- uses: lukka/get-cmake@v3.30.3
- uses: lukka/run-vcpkg@v11.5
- uses: lukka/run-cmake@v10.7
- uses: lukka/run-cmake@v10.8
with:
workflowPreset: ${{ matrix.preset }}

Expand Down Expand Up @@ -88,9 +88,9 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1.6.0
with:
xcode-version: ${{ matrix.xcode }}
- uses: lukka/get-cmake@v3.30.2
- uses: lukka/get-cmake@v3.30.3
- uses: lukka/run-vcpkg@v11.5
- uses: lukka/run-cmake@v10.7
- uses: lukka/run-cmake@v10.8
with:
workflowPreset: ${{ matrix.preset }}

Expand All @@ -112,12 +112,12 @@ jobs:
with:
fetch-depth: 0
submodules: true
- uses: aminya/setup-cpp@v0.38.1
- uses: aminya/setup-cpp@v0.41.1
with:
compiler: ${{ matrix.compiler }}
- uses: lukka/get-cmake@v3.30.2
- uses: lukka/get-cmake@v3.30.3
- uses: lukka/run-vcpkg@v11.5
- uses: lukka/run-cmake@v10.7
- uses: lukka/run-cmake@v10.8
with:
workflowPreset: ${{ matrix.preset }}

Expand All @@ -128,12 +128,12 @@ jobs:
with:
fetch-depth: 0
submodules: true
- uses: aminya/setup-cpp@v0.38.1
- uses: aminya/setup-cpp@v0.41.1
with:
compiler: llvm-18
clangtidy: "18"
- uses: lukka/get-cmake@v3.30.2
- uses: lukka/get-cmake@v3.30.3
- uses: lukka/run-vcpkg@v11.5
- uses: lukka/run-cmake@v10.7
- uses: lukka/run-cmake@v10.8
with:
workflowPreset: clang-tidy

0 comments on commit b9bb24e

Please sign in to comment.