Skip to content

Commit 4f8e48e

Browse files
authored
Merge pull request #522 from adobe/main
Downmerge `main` -> `dev`
2 parents 4a38aaa + 0f8786d commit 4f8e48e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
build-and-test:
2020
name: "CI"
21-
uses: adobe/aepsdk-commons/.github/workflows/ios-build-and-test.yml@gha-ios-5.0.0
21+
uses: adobe/aepsdk-commons/.github/workflows/ios-build-and-test.yml@gha-ios-5.2.0
2222
with:
2323
ios-device-names: '["iPhone 15"]'
2424
ios-versions: '["18.1"]'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
release:
3737
permissions:
3838
contents: write
39-
uses: adobe/aepsdk-commons/.github/workflows/ios-release.yml@gha-ios-5.0.0
39+
uses: adobe/aepsdk-commons/.github/workflows/ios-release.yml@gha-ios-5.2.0
4040
with:
4141
tag: ${{ github.event.inputs.tag }}
4242
create-github-release: ${{ github.event.inputs.create-github-release == 'true' && 'AEPEdge' || '' }}

.github/workflows/update-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
permissions:
4343
contents: write
4444
pull-requests: write
45-
uses: adobe/aepsdk-commons/.github/workflows/versions.yml@gha-ios-5.0.0
45+
uses: adobe/aepsdk-commons/.github/workflows/versions.yml@gha-ios-5.2.0
4646
with:
4747
version: ${{ github.event.inputs.version }}
4848
branch: ${{ github.event.inputs.branch }}

.github/workflows/upstream-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ run-name: ${{ inputs.id }}
7272
jobs:
7373
test-ios-integration:
7474
name: Integration Test (iOS)
75-
uses: adobe/aepsdk-commons/.github/workflows/ios-custom-command-build-and-test.yml@gha-ios-5.0.0
75+
uses: adobe/aepsdk-commons/.github/workflows/ios-custom-command-build-and-test.yml@gha-ios-5.2.0
7676
with:
7777
ios-device-names: ${{ inputs.ios-device-names }}
7878
ios-versions: ${{ inputs.ios-versions }}

0 commit comments

Comments
 (0)