From 6d0bcbec9e329fd60812d85c302b1013ff426f91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 22:25:06 +0000 Subject: [PATCH] Bump the actions group across 1 directory with 4 updates Bumps the actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [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 `actions/checkout` from 4.1.7 to 4.2.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.7...v4.2.2) Updates `aminya/setup-cpp` from 0.38.1 to 0.44.0 - [Release notes](https://github.com/aminya/setup-cpp/releases) - [Commits](https://github.com/aminya/setup-cpp/compare/v0.38.1...v0.44.0) Updates `lukka/get-cmake` from 3.30.2 to 3.31.0 - [Release notes](https://github.com/lukka/get-cmake/releases) - [Commits](https://github.com/lukka/get-cmake/compare/v3.30.2...v3.31.0) Updates `lukka/run-cmake` from 10.7 to 10.8 - [Release notes](https://github.com/lukka/run-cmake/releases) - [Commits](https://github.com/lukka/run-cmake/compare/v10.7...v10.8) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - 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-minor 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] --- .github/workflows/ci.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9166129..f7db8c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,16 +45,16 @@ jobs: name: ${{ matrix.runner }} • ${{ matrix.compiler }} • ${{ matrix.preset }} runs-on: ${{ matrix.runner }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.2 with: fetch-depth: 0 submodules: true - - uses: aminya/setup-cpp@v0.38.1 + - uses: aminya/setup-cpp@v0.44.0 with: compiler: ${{ matrix.compiler }} - - uses: lukka/get-cmake@v3.30.2 + - uses: lukka/get-cmake@v3.31.0 - uses: lukka/run-vcpkg@v11.5 - - uses: lukka/run-cmake@v10.7 + - uses: lukka/run-cmake@v10.8 with: workflowPreset: ${{ matrix.preset }} @@ -81,16 +81,16 @@ jobs: name: ${{ matrix.runner }} • xcode-${{ matrix.xcode }} • ${{ matrix.preset }} runs-on: ${{ matrix.runner }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.2 with: fetch-depth: 0 submodules: true - 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.31.0 - uses: lukka/run-vcpkg@v11.5 - - uses: lukka/run-cmake@v10.7 + - uses: lukka/run-cmake@v10.8 with: workflowPreset: ${{ matrix.preset }} @@ -108,32 +108,32 @@ jobs: name: ${{ matrix.runner }} • ${{ matrix.compiler }} • ${{ matrix.preset }} runs-on: ${{ matrix.runner }} steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.2 with: fetch-depth: 0 submodules: true - - uses: aminya/setup-cpp@v0.38.1 + - uses: aminya/setup-cpp@v0.44.0 with: compiler: ${{ matrix.compiler }} - - uses: lukka/get-cmake@v3.30.2 + - uses: lukka/get-cmake@v3.31.0 - uses: lukka/run-vcpkg@v11.5 - - uses: lukka/run-cmake@v10.7 + - uses: lukka/run-cmake@v10.8 with: workflowPreset: ${{ matrix.preset }} clang-tidy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.7 + - uses: actions/checkout@v4.2.2 with: fetch-depth: 0 submodules: true - - uses: aminya/setup-cpp@v0.38.1 + - uses: aminya/setup-cpp@v0.44.0 with: compiler: llvm-18 clangtidy: "18" - - uses: lukka/get-cmake@v3.30.2 + - uses: lukka/get-cmake@v3.31.0 - uses: lukka/run-vcpkg@v11.5 - - uses: lukka/run-cmake@v10.7 + - uses: lukka/run-cmake@v10.8 with: workflowPreset: clang-tidy