Skip to content

Commit

Permalink
ci: bump peterjgrainger/action-create-branch from 2.3.0 to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 20, 2023
1 parent 02bc20a commit 3d580e0
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-quality-checks-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Install xcpretty
run: gem install xcpretty

- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_13.2.1.app/Contents/Developer'

- name: Build SDK(iOS)
run: |
xcodebuild build -scheme RudderSDK-iOS -workspace Rudder.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 13' | xcpretty
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/build-and-quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:

- name: Install xcpretty
run: gem install xcpretty


- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_13.2.1.app/Contents/Developer'

- name: Build SDK(iOS)
run: |
xcodebuild build -scheme RudderSDK-iOS -workspace Rudder.xcworkspace -destination 'platform=iOS Simulator,name=iPhone 13' | xcpretty
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-hotfix-branch-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.ref == 'refs/heads/master-v2'
steps:
- name: Create branch
uses: peterjgrainger/action-create-branch@v2.3.0
uses: peterjgrainger/action-create-branch@v2.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-hotfix-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: Create branch
uses: peterjgrainger/action-create-branch@v2.3.0
uses: peterjgrainger/action-create-branch@v2.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/deploy-cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ jobs:
steps:
- name: Checkout source branch
uses: actions/checkout@v3


- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_13.2.1.app/Contents/Developer'

- name: Install Cocoapods
run: gem install cocoapods

Expand Down

0 comments on commit 3d580e0

Please sign in to comment.