mirror of
https://github.com/null2264/yokai.git
synced 2025-06-20 10:14:50 +00:00
chore(deps): Update null2264/actions digest to 363cb9c (#411)
* chore(deps): Update null2264/actions digest to 363cb9c * fix: Action was renamed --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ahmad Ansori Palembani <46041660+null2264@users.noreply.github.com>
This commit is contained in:
parent
e22559b2df
commit
89c5e997cc
2 changed files with 3 additions and 3 deletions
2
.github/workflows/build_check.yml
vendored
2
.github/workflows/build_check.yml
vendored
|
@ -30,7 +30,7 @@ jobs:
|
|||
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;35.0.0"
|
||||
|
||||
- name: Setup Gradle
|
||||
uses: null2264/actions/gradle-setup@a4d662095a2f2af1ed24f1228eb6e55b0f9f1f29
|
||||
uses: null2264/actions/gradle-java-setup@363cb9cf3d66bd9c72ed6860142c6b2c121d7e94
|
||||
with:
|
||||
java: 17
|
||||
distro: temurin
|
||||
|
|
4
.github/workflows/build_push.yml
vendored
4
.github/workflows/build_push.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
|||
${ANDROID_SDK_ROOT}/cmdline-tools/latest/bin/sdkmanager "build-tools;35.0.0"
|
||||
|
||||
- name: Setup Gradle
|
||||
uses: null2264/actions/gradle-setup@a4d662095a2f2af1ed24f1228eb6e55b0f9f1f29
|
||||
uses: null2264/actions/gradle-java-setup@363cb9cf3d66bd9c72ed6860142c6b2c121d7e94
|
||||
with:
|
||||
java: 17
|
||||
distro: temurin
|
||||
|
@ -154,7 +154,7 @@ jobs:
|
|||
echo "STAGE=${stage}" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Sign APK
|
||||
uses: null2264/actions/android-signer@a4d662095a2f2af1ed24f1228eb6e55b0f9f1f29
|
||||
uses: null2264/actions/android-signer@363cb9cf3d66bd9c72ed6860142c6b2c121d7e94
|
||||
if: env.VERSION_TAG != ''
|
||||
with:
|
||||
releaseDir: app/build/outputs/apk/standard/${{ steps.version_stage.outputs.STAGE }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue