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 64c4007 commit 3df11a1Copy full SHA for 3df11a1
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Release Builds
3
on: push
4
5
env:
6
- LLVM_VERSION: "14.0.5"
+ LLVM_VERSION: "14.0.6"
7
8
jobs:
9
linux:
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/pre-commit/mirrors-prettier
10
- rev: v2.6.2
+ rev: v2.7.1
11
hooks:
12
- id: prettier
13
0 commit comments