File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 12
12
timeout-minutes : 10
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v4.1.1
15
+ uses : actions/checkout@v4.1.4
16
16
- name : Cache Pre-commit
17
17
uses : actions/cache@v4
18
18
with :
22
22
~/.cache/pip
23
23
key : ${{ runner.os }}-${{ hashFiles('./.pre-commit-config.yaml') }}
24
24
- name : Pre-commit
25
- uses : pre-commit/action@v3.0.0
25
+ uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ kotlin {
72
72
}
73
73
74
74
dependencies {
75
- detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.23.4 " )
75
+ detektPlugins(" io.gitlab.arturbosch.detekt:detekt-formatting:1.23.6 " )
76
76
implementation(" com.twelvemonkeys.imageio:imageio-core:$depsTwelveMonkeys " )
77
77
implementation(" com.twelvemonkeys.imageio:imageio-metadata:$depsTwelveMonkeys " )
78
78
implementation(" com.twelvemonkeys.imageio:imageio-sgi:$depsTwelveMonkeys " )
Original file line number Diff line number Diff line change 3
3
annotations = " 24.1.0"
4
4
5
5
# plugins
6
- kotlin = " 1.9.22 "
6
+ kotlin = " 1.9.23 "
7
7
changelog = " 2.2.0"
8
- gradleIntelliJPlugin = " 1.17.0 "
9
- qodana = " 2023.2 .1"
10
- kover = " 0.7.5 "
11
- detekt = " 1.23.4 "
8
+ gradleIntelliJPlugin = " 1.17.3 "
9
+ qodana = " 2024.1 .1"
10
+ kover = " 0.7.6 "
11
+ detekt = " 1.23.6 "
12
12
ktlint = " 12.1.0"
13
13
14
14
[libraries ]
You can’t perform that action at this time.
0 commit comments