File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 steps :
1717 # Checks-out the repo
1818 - name : Checkout Repo
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 # Patch Fastlane Match to not print tables
2222 - name : Patch Match Tables
Original file line number Diff line number Diff line change 9090 if : |
9191 steps.workflow-permission.outputs.has_permission == 'true' &&
9292 (vars.SCHEDULED_BUILD != 'false' || vars.SCHEDULED_SYNC != 'false')
93- uses : actions/checkout@v4
93+ uses : actions/checkout@v5
9494 with :
9595 token : ${{ secrets.GH_PAT }}
9696
@@ -100,7 +100,7 @@ jobs:
100100 steps.workflow-permission.outputs.has_permission == 'true' &&
101101 vars.SCHEDULED_SYNC != 'false' && github.repository_owner != 'LoopKit'
102102 id : sync
103- uses : aormsby/Fork-Sync-With-Upstream-action@v3.4.1
103+ uses : aormsby/Fork-Sync-With-Upstream-action@v3.4.2
104104 with :
105105 target_sync_branch : ${{ env.TARGET_BRANCH }}
106106 shallow_since : 6 months ago
@@ -178,7 +178,7 @@ jobs:
178178 run : " sudo xcode-select --switch /Applications/Xcode_26.2.app/Contents/Developer"
179179
180180 - name : Checkout Repo for building
181- uses : actions/checkout@v4
181+ uses : actions/checkout@v5
182182 with :
183183 token : ${{ secrets.GH_PAT }}
184184 submodules : recursive
@@ -255,7 +255,7 @@ jobs:
255255 # Upload Build artifacts
256256 - name : Upload build log, IPA and Symbol artifacts
257257 if : always()
258- uses : actions/upload-artifact@v4
258+ uses : actions/upload-artifact@v6
259259 with :
260260 name : build-artifacts
261261 path : |
Original file line number Diff line number Diff line change 2929 steps :
3030 # Checks-out the repo
3131 - name : Checkout Repo
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333
3434 # Patch Fastlane Match to not print tables
3535 - name : Patch Match Tables
9797 run : echo "new_certificate_needed=${{ needs.create_certs.outputs.new_certificate_needed }}"
9898
9999 - name : Checkout repository
100- uses : actions/checkout@v4
100+ uses : actions/checkout@v5
101101
102102 - name : Install dependencies
103103 run : bundle install
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116116 TEAMID : ${{ secrets.TEAMID }}
117117 steps :
118118 - name : Checkout Repo
119- uses : actions/checkout@v4
119+ uses : actions/checkout@v5
120120
121121 - name : Install Project Dependencies
122122 run : bundle install
You can’t perform that action at this time.
0 commit comments