Skip to content

Commit 987bb75

Browse files
Update Github build read-properties version and fix setup-gradle
1 parent 191c29f commit 987bb75

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-publish-discord.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
message-title: Building mod from branch ${{ steps.get_branch.outputs.branch }}
3636

3737
- name: Get MC version
38-
uses: christian-draeger/read-properties@908f99d3334be3802ec7cb528395a69d19914e7b
38+
uses: christian-draeger/read-properties@1.1.1
3939
id: get_mc_version
4040
with:
4141
path: gradle.properties
@@ -48,7 +48,7 @@ jobs:
4848
distribution: temurin
4949

5050
- name: Setup Gradle
51-
run: gradle/actions/setup-gradle@v4
51+
uses: gradle/actions/setup-gradle@v4
5252

5353
- name: Build with Gradle
5454
run: ./gradlew build

0 commit comments

Comments
 (0)