Skip to content

Commit

Permalink
fix: update DevCycleHQ/carthage-bootstrap GH action to use version on…
Browse files Browse the repository at this point in the history
… main instead of out of date branch
  • Loading branch information
kaushalkapasi committed Apr 9, 2024
1 parent 87833aa commit 3e883f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
xcode-version: latest-stable
- name: 'Carthage Cached Bootstrap'
uses: DevCycleHQ/carthage-bootstrap@xcframeworks2
uses: DevCycleHQ/carthage-bootstrap@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
use-xcframeworks: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: 'Carthage Cached Bootstrap'
uses: DevCycleHQ/carthage-bootstrap@xcframeworks2
uses: DevCycleHQ/carthage-bootstrap@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
use-xcframeworks: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tvos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
xcode-version: latest-stable
- name: "Carthage Cached Bootstrap"
uses: DevCycleHQ/carthage-bootstrap@xcframeworks2
uses: DevCycleHQ/carthage-bootstrap@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
use-xcframeworks: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/watchos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
xcode-version: latest-stable
- name: "Carthage Cached Bootstrap"
uses: DevCycleHQ/carthage-bootstrap@xcframeworks2
uses: DevCycleHQ/carthage-bootstrap@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
use-xcframeworks: true
Expand Down

0 comments on commit 3e883f3

Please sign in to comment.