We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 191c29f commit 987bb75Copy full SHA for 987bb75
1 file changed
.github/workflows/build-publish-discord.yml
@@ -35,7 +35,7 @@ jobs:
35
message-title: Building mod from branch ${{ steps.get_branch.outputs.branch }}
36
37
- name: Get MC version
38
- uses: christian-draeger/read-properties@908f99d3334be3802ec7cb528395a69d19914e7b
+ uses: christian-draeger/read-properties@1.1.1
39
id: get_mc_version
40
with:
41
path: gradle.properties
@@ -48,7 +48,7 @@ jobs:
48
distribution: temurin
49
50
- name: Setup Gradle
51
- run: gradle/actions/setup-gradle@v4
+ uses: gradle/actions/setup-gradle@v4
52
53
- name: Build with Gradle
54
run: ./gradlew build
0 commit comments