Skip to content

Commit 3df11a1

Browse files
committed
- LLVM -> 14.0.6
1 parent 64c4007 commit 3df11a1

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.5"
6+
LLVM_VERSION: "14.0.6"
77

88
jobs:
99
linux:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: trailing-whitespace
88

99
- repo: https://github.com/pre-commit/mirrors-prettier
10-
rev: v2.6.2
10+
rev: v2.7.1
1111
hooks:
1212
- id: prettier
1313

0 commit comments

Comments
 (0)