Skip to content

Commit ce49c99

Browse files
committed
Merge remote-tracking branch 'upstream'
2 parents b5e48e2 + 6a4d37a commit ce49c99

10 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/auto_snapshot_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: echo ${{ inputs.distinct_id }}
3838

3939
- name: Checkout repository
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v7
4141

4242
- name: Set up Python 3.12
4343
uses: actions/setup-python@v6

.github/workflows/check_translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222

2323
- name: Checkout repository
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: Check translations
2727
uses: Wurst-Imperium/check-translations@v1

.github/workflows/dependency_graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323

2424
- name: Checkout repository
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626

2727
- name: Set up Java 25
2828
uses: actions/setup-java@v5

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: echo ${{ inputs.distinct_id }}
3636

3737
- name: Checkout repository
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@v7
3939

4040
- name: Set up Java 25
4141
uses: actions/setup-java@v5

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: echo ${{ inputs.distinct_id }}
4848

4949
- name: Checkout repository
50-
uses: actions/checkout@v6
50+
uses: actions/checkout@v7
5151
with:
5252
# Include all tags in case the new tag already exists.
5353
fetch-tags: true

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66

77
plugins {
88
id "net.fabricmc.fabric-loom" version "${loom_version}"
9-
id "com.diffplug.spotless" version "8.6.0"
9+
id "com.diffplug.spotless" version "8.7.0"
1010
id "net.wimods.github-compile-summary" version "0.1.1"
1111
}
1212

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ loader_version=0.19.3
1111
loom_version=1.17-SNAPSHOT
1212

1313
# Fabric API
14-
fabric_api_version=0.152.2+26.2
14+
fabric_api_version=0.153.0+26.2
1515

1616
# Mod Properties
1717
mod_version=v7.54-CevAPI-MC26.2

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.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip
44
networkTimeout=10000
55
retries=0
66
retryBackOffMs=500

gradlew

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)