Skip to content

Commit 8a15af5

Browse files
Update gha versions
1 parent b714428 commit 8a15af5

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup gradle
2727
uses: gradle/actions/setup-gradle@v5
2828
- name: Setup additional gradle cache
29-
uses: actions/cache@v4
29+
uses: actions/cache@v5
3030
with:
3131
path: |
3232
~/.gradle/caches/fabric-loom
@@ -54,7 +54,7 @@ jobs:
5454
done
5555
echo -e $summary_table >> $GITHUB_STEP_SUMMARY
5656
- name: Upload artifacts
57-
uses: actions/upload-artifact@v5
57+
uses: actions/upload-artifact@v6
5858
with:
5959
name: artifacts
6060
path: |
@@ -67,7 +67,7 @@ jobs:
6767
if: ${{ github.event_name == 'release' && github.event.action == 'published' }}
6868
steps:
6969
- name: Download stored artifacts
70-
uses: actions/download-artifact@v6
70+
uses: actions/download-artifact@v7
7171
with:
7272
name: artifacts
7373
path: publish

gradle/libs.versions.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
storage = "4.0.0"
33
math = "4.0.0-SNAPSHOT"
44
tasker = "2.0.0"
5-
adventure = "4.25.0"
5+
adventure = "4.26.1"
66
adventure-fabric = "6.8.0"
77
configurate = "4.2.0"
88
cloud = "2.0.0"
@@ -13,14 +13,14 @@ sponge-api = "17.0.0"
1313
sponge-common = "1.21.10-17.0.0-SNAPSHOT"
1414
paper-api = "1.21.11-R0.1-SNAPSHOT"
1515
minecraft = "1.21.11"
16-
fabric-loom = "1.14.5"
17-
fabric-api = "0.139.4+1.21.11"
18-
fabric-loader = "0.18.2"
16+
fabric-loom = "1.14.7"
17+
fabric-api = "0.140.0+1.21.11"
18+
fabric-loader = "0.18.3"
1919
shadow = "9.3.0"
20-
flyway = "11.19.0"
20+
flyway = "11.19.1"
2121
junit = "6.0.1"
2222
jspecify = "1.0.0"
23-
moddevgradle = "2.0.123"
23+
moddevgradle = "2.0.126"
2424
neoform = "1.21.11-20251209.172050"
2525

2626
[libraries]
@@ -71,7 +71,7 @@ cloud-sponge = { module = "org.incendo:cloud-sponge", version.ref = "cloud-minec
7171

7272
# Databases
7373
mysql = { module = "com.mysql:mysql-connector-j", version = "9.5.0" }
74-
mariadb = { module = "org.mariadb.jdbc:mariadb-java-client", version = "3.5.6" }
74+
mariadb = { module = "org.mariadb.jdbc:mariadb-java-client", version = "3.5.7" }
7575
postgresql = { module = "org.postgresql:postgresql", version = "42.7.8" }
7676
h2 = { module = "com.h2database:h2", version = "2.4.240" }
7777
hsql = { module = "org.hsqldb:hsqldb", version = "2.7.4" }

0 commit comments

Comments
 (0)