Skip to content

Commit 341d530

Browse files
chore(deps): Update gradle and github actions
1 parent 5644172 commit 341d530

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Run Prettier
1717
id: prettier-run
18-
uses: rutajdash/prettier-cli-action@v1.0.0
18+
uses: rutajdash/prettier-cli-action@v1.0.2
1919
with:
2020
config_path: ./.prettierrc.yml
2121

code/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
indra = "3.1.3"
2+
indra = "3.2.0"
33

44
cloud = "2.0.0"
55
cloudMinecraft = "2.0.0-beta.10"

code/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-8.14.2-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)