Skip to content

Commit 91692b3

Browse files
Bump aminya/setup-cpp from 0.45.0 to 1.8.0 (#3094)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Erika Hunhoff <erika.hunhoff@amd.com>
1 parent 270e796 commit 91692b3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/buildAndTestMulti.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
pip install -r python/requirements_dev.txt
8989
9090
- name: Setup Cpp
91-
uses: aminya/setup-cpp@1fd813945e55021261b381c59275db442da4082f
91+
uses: aminya/setup-cpp@1f17f92d6a52bfcb1a25348e2c526c2e5cbb1134
9292
with:
9393
compiler: ${{ matrix.COMPILER }}
9494
vcvarsall: ${{ contains(matrix.OS, 'windows') }}

.github/workflows/lintAndFormat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
submodules: "true"
127127

128128
- name: Install clang-format
129-
uses: aminya/setup-cpp@v1
129+
uses: aminya/setup-cpp@v1.8.0
130130
with:
131131
clangformat: 17.0.1
132132

0 commit comments

Comments
 (0)