Skip to content

Commit

Permalink
Bump aminya/setup-cpp from 0.39.0 to 0.40.0
Browse files Browse the repository at this point in the history
Bumps [aminya/setup-cpp](https://github.com/aminya/setup-cpp) from 0.39.0 to 0.40.0.
- [Release notes](https://github.com/aminya/setup-cpp/releases)
- [Commits](aminya/setup-cpp@6827680...cb3bbf1)

---
updated-dependencies:
- dependency-name: aminya/setup-cpp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bjosv committed Oct 22, 2024
1 parent 4a03b1c commit 8eeecba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
clang-version: [5, 7, 9, 11, 13, 15, 17, 18]
steps:
- name: Setup Clang
uses: aminya/setup-cpp@6827680827d3638bbf0bf654901b95f16258a412 # v0.39.0
uses: aminya/setup-cpp@cb3bbf182c8d22fef33ae35d1d954341bb31ce96 # v0.40.0
with:
llvm: ${{ matrix.clang-version }}
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
gcc-version: [7, 9, 11, 13]
steps:
- name: Setup GCC
uses: aminya/setup-cpp@6827680827d3638bbf0bf654901b95f16258a412 # v0.39.0
uses: aminya/setup-cpp@cb3bbf182c8d22fef33ae35d1d954341bb31ce96 # v0.40.0
with:
gcc: ${{ matrix.gcc-version }}
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
Expand Down

0 comments on commit 8eeecba

Please sign in to comment.