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 dbdcbae commit fbf76deCopy full SHA for fbf76de
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
name: Release Builds
2
on: push
3
env:
4
- QT_VERSION: "v6.9.0"
+ QT_VERSION: "v6.9.1"
5
ZLIB_VERSION: "v1.3.1" # not used for msvc builds
6
concurrency:
7
group: release-${{ github.ref }}
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
hooks:
20
- id: shell-fmt-go
21
- repo: https://github.com/google/yamlfmt
22
- rev: v0.16.0
+ rev: v0.17.0
23
24
- id: yamlfmt
25
ci:
0 commit comments