Skip to content

Commit fbf76de

Browse files
committed
qt 6.9.1
1 parent dbdcbae commit fbf76de

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
@@ -1,7 +1,7 @@
11
name: Release Builds
22
on: push
33
env:
4-
QT_VERSION: "v6.9.0"
4+
QT_VERSION: "v6.9.1"
55
ZLIB_VERSION: "v1.3.1" # not used for msvc builds
66
concurrency:
77
group: release-${{ github.ref }}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: shell-fmt-go
2121
- repo: https://github.com/google/yamlfmt
22-
rev: v0.16.0
22+
rev: v0.17.0
2323
hooks:
2424
- id: yamlfmt
2525
ci:

0 commit comments

Comments
 (0)