We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788dfec commit 64c4007Copy full SHA for 64c4007
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release Builds
3
on: push
4
5
env:
6
- LLVM_VERSION: "14.0.4"
+ LLVM_VERSION: "14.0.5"
7
8
jobs:
9
linux:
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.2.0
+ rev: v4.3.0
hooks:
- id: check-yaml
- id: end-of-file-fixer
0 commit comments