forked from LoopKit/LoopWorkspace
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' of https://github.com/LoopKit/LoopWorkspace into dev
- Loading branch information
Showing
8 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -97,7 +97,7 @@ jobs: | |
if: | | ||
needs.check_alive_and_permissions.outputs.WORKFLOW_PERMISSION == 'true' && | ||
(vars.SCHEDULED_BUILD != 'false' || vars.SCHEDULED_SYNC != 'false') | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
token: ${{ secrets.GH_PAT }} | ||
ref: alive | ||
|
@@ -107,7 +107,7 @@ jobs: | |
needs.check_alive_and_permissions.outputs.WORKFLOW_PERMISSION == 'true' && | ||
vars.SCHEDULED_SYNC != 'false' && github.repository_owner != 'LoopKit' | ||
id: sync | ||
uses: aormsby/[email protected] | ||
uses: aormsby/[email protected].1 | ||
with: | ||
target_sync_branch: ${{ env.ALIVE_BRANCH }} | ||
shallow_since: 6 months ago | ||
|
@@ -173,7 +173,7 @@ jobs: | |
if: | | ||
needs.check_alive_and_permissions.outputs.WORKFLOW_PERMISSION == 'true' && | ||
vars.SCHEDULED_SYNC != 'false' | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
token: ${{ secrets.GH_PAT }} | ||
ref: ${{ env.TARGET_BRANCH }} | ||
|
@@ -183,7 +183,7 @@ jobs: | |
needs.check_alive_and_permissions.outputs.WORKFLOW_PERMISSION == 'true' && | ||
vars.SCHEDULED_SYNC != 'false' && github.repository_owner != 'LoopKit' | ||
id: sync | ||
uses: aormsby/[email protected] | ||
uses: aormsby/[email protected].1 | ||
with: | ||
target_sync_branch: ${{ env.TARGET_BRANCH }} | ||
shallow_since: 6 months ago | ||
|
@@ -213,7 +213,7 @@ jobs: | |
echo "NEW_COMMITS=${{ steps.sync.outputs.has_new_commits }}" >> $GITHUB_OUTPUT | ||
- name: Checkout Repo for building | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
token: ${{ secrets.GH_PAT }} | ||
submodules: recursive | ||
|
@@ -299,7 +299,7 @@ jobs: | |
# Upload Build artifacts | ||
- name: Upload build log, IPA and Symbol artifacts | ||
if: always() | ||
uses: actions/upload-artifact@v3 | ||
uses: actions/upload-artifact@v4 | ||
with: | ||
name: build-artifacts | ||
path: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Loop
updated
2 files
+0 −9 | Loop/View Controllers/StatusTableViewController.swift | |
+1 −1 | Loop/View Models/CarbEntryViewModel.swift |
Submodule OmniBLE
updated
32 files
Submodule OmniKit
updated
37 files