Skip to content

Commit

Permalink
Update GitHub Actions (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 9, 2025
1 parent 3ff8fd8 commit 4531b41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ref: ${{ github.event.inputs.git-ref }}

- name: Set up JDK
uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4.5.0
uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
with:
java-version: 17
distribution: temurin
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
{delimiter}" >> $GITHUB_ENV
- name: Set up gradle
uses: gradle/actions/setup-gradle@cc4fc85e6b35bafd578d5ffbc76a5518407e1af0 # v4.2.1
uses: gradle/actions/setup-gradle@0bdd871935719febd78681f197cd39af5b6e16a6 # v4.2.2

- name: Build APK
run: ./gradlew assembleStandardPreview
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
echo "APK_X86_64_SHA=$sha" >> $GITHUB_ENV
- name: Create release
uses: softprops/action-gh-release@01570a1f39cb168c169c802c3bceb9e93fb10974 # v2.1.0
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
with:
tag_name: r${{ env.COMMIT_COUNT }}
name: Mihon Preview r${{ env.COMMIT_COUNT }}
Expand Down

0 comments on commit 4531b41

Please sign in to comment.