Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump KyleMayes/install-llvm-action from 2.0.0 to 2.0.1 #97

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump KyleMayes/install-llvm-action from 2.0.0 to 2.0.1
Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/kylemayes/install-llvm-action/releases)
- [Changelog](https://github.com/KyleMayes/install-llvm-action/blob/master/CHANGELOG.md)
- [Commits](KyleMayes/install-llvm-action@v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: KyleMayes/install-llvm-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 3, 2024
commit c7d85e2a2a2a444bf468b69b8b6b5e230c63cf56
2 changes: 1 addition & 1 deletion .github/workflows/coreaudio-sys.yml
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ jobs:
override: true

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2.0.0
uses: KyleMayes/install-llvm-action@v2.0.1
with:
version: "13.0"

Loading