-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan <[email protected]>
- Loading branch information
1 parent
3333433
commit 81acac5
Showing
1 changed file
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,7 +109,7 @@ jobs: | |
steps: | ||
|
||
- name: Clone Repo # Needed for reading commit message for Firebase App Distribution | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Download Android Artifacts | ||
uses: actions/[email protected] | ||
|
@@ -198,7 +198,7 @@ jobs: | |
status: ${{ steps.status.outputs.status }} | ||
steps: | ||
- name: Clone Repo | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Download iOS IPA | ||
uses: actions/[email protected] | ||
|
@@ -255,7 +255,7 @@ jobs: | |
status: ${{ steps.status.outputs.status }} | ||
steps: | ||
- name: Clone Repo # Codecov requires it | ||
uses: actions/[email protected].5 | ||
uses: actions/[email protected].6 | ||
|
||
- name: Download Coverage Report | ||
uses: actions/[email protected] | ||
|