Skip to content

Commit 21b9225

Browse files
committed
Revert "fix(deps): update all dependencies"
This reverts commit d588fe1.
1 parent d588fe1 commit 21b9225

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/check-ctrf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
contents: read
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v4
2323
- name: Set up JDK 21
24-
uses: actions/setup-java@v5
24+
uses: actions/setup-java@v4
2525
with:
2626
java-version: '21'
2727
distribution: 'temurin'

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
contents: read
1414

1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v4
1717
- name: Set up JDK 21
18-
uses: actions/setup-java@v5
18+
uses: actions/setup-java@v4
1919
with:
2020
java-version: '21'
2121
distribution: 'temurin'

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ test {
6161
}
6262

6363
checkstyle {
64-
toolVersion = '11.0.1'
64+
toolVersion = '10.26.1'
6565
configFile = file("${project.rootDir}/config/checkstyle/checkstyle.xml")
6666
}
6767

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)