Skip to content

Commit fadedb0

Browse files
committed
Update checkstyle to 12.0.1, update actions to latest
1 parent a1c47e0 commit fadedb0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout Repository
9-
uses: actions/checkout@v4
9+
uses: actions/checkout@v5
1010
with:
1111
persist-credentials: false
1212
- name: Set up Gradle
13-
uses: gradle/actions/setup-gradle@v4
13+
uses: gradle/actions/setup-gradle@v5
1414
- name: Set up JDK 21
15-
uses: actions/setup-java@v4
15+
uses: actions/setup-java@v5
1616
with:
1717
java-version: 21
1818
distribution: 'temurin'

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ paper-api = { group = "io.papermc.paper", name = "paper-api", version = "1.20.6-
3636
velocity-api = { group = "com.velocitypowered", name = "velocity-api", version = "3.4.0-SNAPSHOT" }
3737

3838
# Gradle Plugins
39-
checkstyle = { group = "com.puppycrawl.tools", name = "checkstyle", version = "12.0.0" }
39+
checkstyle = { group = "com.puppycrawl.tools", name = "checkstyle", version = "12.0.1" }
4040
lombok-plugin = { group = "io.freefair.gradle", name = "lombok-plugin", version = "8.14.2" }
4141
shadow-plugin = { group = "com.gradleup.shadow", name = "shadow-gradle-plugin", version = "9.1.0" }
4242
spotless-plugin = { group = "com.diffplug.spotless", name = "spotless-plugin-gradle", version = "7.2.1" }

0 commit comments

Comments
 (0)