Skip to content

Commit

Permalink
Update workflows to 5.2.0 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
timkimadobe authored Feb 1, 2025
1 parent 1bcff91 commit c5d2c5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
build-and-test:
name: "CI"
uses: adobe/aepsdk-commons/.github/workflows/ios-build-and-test.yml@gha-ios-5.0.0
uses: adobe/aepsdk-commons/.github/workflows/ios-build-and-test.yml@gha-ios-5.2.0
with:
ios-device-names: '["iPhone 15"]'
ios-versions: '["18.1"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
release:
permissions:
contents: write
uses: adobe/aepsdk-commons/.github/workflows/ios-release.yml@gha-ios-5.0.0
uses: adobe/aepsdk-commons/.github/workflows/ios-release.yml@gha-ios-5.2.0
with:
tag: ${{ github.event.inputs.tag }}
create-github-release: ${{ github.event.inputs.create-github-release == 'true' && 'AEPEdgeBridge' || '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
permissions:
contents: write
pull-requests: write
uses: adobe/aepsdk-commons/.github/workflows/versions.yml@gha-ios-5.0.0
uses: adobe/aepsdk-commons/.github/workflows/versions.yml@gha-ios-5.2.0
with:
version: ${{ github.event.inputs.version }}
branch: ${{ github.event.inputs.branch }}
Expand Down

0 comments on commit c5d2c5a

Please sign in to comment.