Skip to content

Commit 64c4007

Browse files
committed
- LLVM -> 14.0.5
1 parent 788dfec commit 64c4007

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Release Builds
33
on: push
44

55
env:
6-
LLVM_VERSION: "14.0.4"
6+
LLVM_VERSION: "14.0.5"
77

88
jobs:
99
linux:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v4.3.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer

0 commit comments

Comments
 (0)