Skip to content

Commit 9700aca

Browse files
committed
fix: update internal action to v3
1 parent dd886b4 commit 9700aca

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

README.md

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

3030
- name: Build iOS
31-
uses: callstackincubator/ios@v2 # replace with latest commit hash
31+
uses: callstackincubator/ios@v3 # replace with latest commit hash
3232
with:
3333
destination: 'simulator' # or 'device'
3434
scheme: 'YourScheme'

action.yml

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

358358
- name: Post Build
359359
if: ${{ github.event_name == 'pull_request' && inputs.comment-bot == 'true' }}
360-
uses: callstackincubator/ios/.github/actions/rock-post-build@v2
360+
uses: callstackincubator/ios/.github/actions/rock-post-build@v3
361361
with:
362362
title: iOS ${{ inputs.configuration }} ${{ inputs.destination == 'simulator' && 'APP for simulators' || 'IPA for physical devices' }}
363363
artifact-url: ${{ steps.upload-artifact.outputs.artifact-url || env.ARTIFACT_URL }}

0 commit comments

Comments
 (0)