From 17bb8169e855ee1476e524928b0520fb0b35d423 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 22:37:22 +0000 Subject: [PATCH] build(deps): bump aminya/setup-cpp from 0.44.0 to 0.45.0 Bumps [aminya/setup-cpp](https://github.com/aminya/setup-cpp) from 0.44.0 to 0.45.0. - [Release notes](https://github.com/aminya/setup-cpp/releases) - [Commits](https://github.com/aminya/setup-cpp/compare/d485b24c1283deafc12b4b8ae90ff09c0d1eb972...1fd813945e55021261b381c59275db442da4082f) --- updated-dependencies: - dependency-name: aminya/setup-cpp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/macos.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eedf0a7..9f553be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Checkout uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Cpp - uses: aminya/setup-cpp@d485b24c1283deafc12b4b8ae90ff09c0d1eb972 # v0.44.0 + uses: aminya/setup-cpp@1fd813945e55021261b381c59275db442da4082f # v0.45.0 with: clangtidy: true - name: Configure diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index be1cffd..50866fc 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -17,7 +17,7 @@ jobs: disable-telemetry: true - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Setup Cpp - uses: aminya/setup-cpp@d485b24c1283deafc12b4b8ae90ff09c0d1eb972 # v0.44.0 + uses: aminya/setup-cpp@1fd813945e55021261b381c59275db442da4082f # v0.45.0 with: clangtidy: true cmake: true diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 2aea71e..a538597 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -19,7 +19,7 @@ jobs: - name: install run: sudo apt-get update && sudo apt-get install lcov libxrandr-dev libxcursor-dev libudev-dev libopenal-dev libflac-dev libvorbis-dev libgl1-mesa-dev libegl1-mesa-dev freeglut3-dev libxinerama-dev libxi-dev - name: Setup Cpp - uses: aminya/setup-cpp@d485b24c1283deafc12b4b8ae90ff09c0d1eb972 # v0.44.0 + uses: aminya/setup-cpp@1fd813945e55021261b381c59275db442da4082f # v0.45.0 with: clangtidy: true - name: configure