Skip to content

Commit a127331

Browse files
Update all dependencies
1 parent ac2a55e commit a127331

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Set up JDK 17
1717
uses: actions/setup-java@v4
1818
with:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation("dev.rollczi:liteskullapi:2.0.0")
3434

3535
// gui
36-
implementation("dev.triumphteam:triumph-gui:3.1.11")
36+
implementation("dev.triumphteam:triumph-gui:3.1.12")
3737
implementation("de.rapha149.signgui:signgui:2.5.4")
3838

3939
// CDN

0 commit comments

Comments
 (0)