We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5644172 commit d7be82bCopy full SHA for d7be82b
2 files changed
.github/workflows/prettier.yml
@@ -15,7 +15,7 @@ jobs:
15
16
- name: Run Prettier
17
id: prettier-run
18
- uses: rutajdash/prettier-cli-action@v1.0.0
+ uses: rutajdash/prettier-cli-action@v1.0.2
19
with:
20
config_path: ./.prettierrc.yml
21
code/gradle/wrapper/gradle-wrapper.properties
@@ -1,6 +1,6 @@
1
distributionBase=GRADLE_USER_HOME
2
distributionPath=wrapper/dists
3
-distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
4
networkTimeout=10000
5
validateDistributionUrl=true
6
zipStoreBase=GRADLE_USER_HOME
0 commit comments