Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Legacy - Update versions #30

Merged
merged 4 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/ios-cloud-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: ${{ inputs.use_git_lfs }}
- name: Setup SSH key
uses: webfactory/ssh-agent@v0.4.1
uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2.2
bundler-cache: true
- name: Fastlane Enterprise
run: |
Expand All @@ -49,12 +49,12 @@ jobs:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
APPCENTER_API_TOKEN: ${{ secrets.APPCENTER_API_TOKEN }}
- name: Upload IPA
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Build.ipa
path: build_output/*.ipa
- name: Upload dSYM
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Build.app.dSYM.zip
path: build_output/*.app.dSYM.zip
10 changes: 5 additions & 5 deletions .github/workflows/ios-cloud-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: ${{ inputs.use_git_lfs }}
- name: Setup SSH key
uses: webfactory/ssh-agent@v0.4.1
uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2.2
bundler-cache: true
- name: Fastlane Beta
run: |
Expand All @@ -50,12 +50,12 @@ jobs:
APP_STORE_CONNECT_API_KEY_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
- name: Upload IPA
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Build.ipa
path: build_output/*.ipa
- name: Upload dSYM
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Build.app.dSYM.zip
path: build_output/*.app.dSYM.zip
6 changes: 3 additions & 3 deletions .github/workflows/ios-cloud-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: ${{ inputs.use_git_lfs }}
fetch-depth: 0
- name: Setup SSH key
uses: webfactory/ssh-agent@v0.4.1
uses: webfactory/ssh-agent@v0.8.0
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
ruby-version: 3.2.2
bundler-cache: true
- name: Fastlane Test
run: |
Expand Down
9 changes: 3 additions & 6 deletions .github/workflows/ios-selfhosted-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: ${{ inputs.use_git_lfs }}
- name: Fastlane Enterprise
Expand All @@ -36,15 +36,12 @@ jobs:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
APPCENTER_API_TOKEN: ${{ secrets.APPCENTER_API_TOKEN }}
- name: Upload IPA
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Build.ipa
path: build_output/*.ipa
- name: Upload dSYM
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Build.app.dSYM.zip
path: build_output/*.app.dSYM.zip
- name: Clear Archives
run: |
rm -rf ~/Library/Developer/Xcode/Archives
9 changes: 3 additions & 6 deletions .github/workflows/ios-selfhosted-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: ${{ inputs.use_git_lfs }}
- name: Fastlane Beta
Expand All @@ -37,15 +37,12 @@ jobs:
APP_STORE_CONNECT_API_KEY_KEY: ${{ secrets.APP_STORE_CONNECT_API_KEY_KEY }}
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
- name: Upload IPA
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Build.ipa
path: build_output/*.ipa
- name: Upload dSYM
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Build.app.dSYM.zip
path: build_output/*.app.dSYM.zip
- name: Clear Archives
run: |
rm -rf ~/Library/Developer/Xcode/Archives
2 changes: 1 addition & 1 deletion .github/workflows/ios-selfhosted-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: ${{ inputs.use_git_lfs }}
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/universal-cloud-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: ${{ inputs.use_git_lfs }}
fetch-depth: 0 # Make deep copy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/universal-selfhosted-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Clean temp
run : rm -f /tmp/ssh-auth.sock
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: ${{ inputs.use_git_lfs }}
fetch-depth: 0 # Make deep copy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflows-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 30

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Download actionlint
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
Expand Down