File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 14
14
- name : Checkout
15
15
16
16
- name : Cache Pre-commit
17
- uses : actions/cache@v3
17
+ uses : actions/cache@v4
18
18
with :
19
19
path : |
20
20
~/.cache/pre-commit
Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ plugins {
34
34
// Java support
35
35
id(" java" )
36
36
// Kotlin support
37
- id(" org.jetbrains.kotlin.jvm" ) version " 1.9.21 "
37
+ id(" org.jetbrains.kotlin.jvm" ) version " 1.9.22 "
38
38
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
39
- id(" org.jetbrains.intellij" ) version " 1.16.0 "
39
+ id(" org.jetbrains.intellij" ) version " 1.16.1 "
40
40
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
41
41
id(" org.jetbrains.changelog" ) version " 2.2.0"
42
42
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html
43
43
id(" io.gitlab.arturbosch.detekt" ) version " 1.23.4"
44
44
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle
45
- id(" org.jlleitschuh.gradle.ktlint" ) version " 11.6.1 "
45
+ id(" org.jlleitschuh.gradle.ktlint" ) version " 12.1.0 "
46
46
}
47
47
48
48
group = properties(" pluginGroup" )
You can’t perform that action at this time.
0 commit comments