Skip to content

Commit

Permalink
[#1457] Update actions/checkout action to v4.1.6 (#3450)
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
renovate[bot] and mustafaozhan authored May 20, 2024
1 parent 3333433 commit 81acac5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 81acac5

Please sign in to comment.