Skip to content

Commit

Permalink
Bump aminya/setup-cpp from 0.38.1 to 0.38.3
Browse files Browse the repository at this point in the history
Bumps [aminya/setup-cpp](https://github.com/aminya/setup-cpp) from 0.38.1 to 0.38.3.
- [Release notes](https://github.com/aminya/setup-cpp/releases)
- [Commits](aminya/setup-cpp@55af62e...5962369)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and bjosv committed Aug 19, 2024
1 parent bf4f67a commit 809d6c5
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@55af62e5b45632550c628d026efc13773c921143 # v0.38.1
uses: aminya/setup-cpp@5962369655effd7210f2da2a84a9dbf2be48ca29 # v0.38.3
with:
llvm: ${{ matrix.clang-version }}
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
gcc-version: [7, 9, 11, 13]
steps:
- name: Setup GCC
uses: aminya/setup-cpp@55af62e5b45632550c628d026efc13773c921143 # v0.38.1
uses: aminya/setup-cpp@5962369655effd7210f2da2a84a9dbf2be48ca29 # v0.38.3
with:
gcc: ${{ matrix.gcc-version }}
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
Expand Down

0 comments on commit 809d6c5

Please sign in to comment.