Skip to content

Commit b40f338

Browse files
committed
fix: update internal action to v3
1 parent 8fe27a5 commit b40f338

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3030

3131
- name: Build Android
32-
uses: callstackincubator/android@v2 # replace with latest commit hash
32+
uses: callstackincubator/android@v3 # replace with latest commit hash
3333
with:
3434
variant: 'debug' # or else
3535
github-token: ${{ secrets.GITHUB_TOKEN }}

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ runs:
276276

277277
- name: Post Build
278278
if: ${{ github.event_name == 'pull_request' && inputs.comment-bot == 'true' }}
279-
uses: callstackincubator/android/.github/actions/rock-post-build@v2
279+
uses: callstackincubator/android/.github/actions/rock-post-build@v3
280280
with:
281281
title: Android ${{ inputs.variant }} APK for all devices
282282
artifact-url: ${{ steps.upload-artifact.outputs.artifact-url || env.ARTIFACT_URL }}

0 commit comments

Comments
 (0)