Skip to content

Commit

Permalink
[#1457] Update actions/checkout action to v4.2.1
Browse files Browse the repository at this point in the history
Co-authored-by: Mustafa Ozhan <[email protected]>
  • Loading branch information
renovate[bot] and mustafaozhan authored Oct 7, 2024
1 parent 1a1270e commit 6efdc4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
steps:

- name: Clone Repo # Needed for reading commit message for Firebase App Distribution
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Download Android ${{ env.BUILD_TYPE }} Artifacts
uses: actions/[email protected]
Expand Down Expand Up @@ -206,7 +206,7 @@ jobs:
status: ${{ steps.status.outputs.status }}
steps:
- name: Clone Repo
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Download iOS ${{ env.BUILD_TYPE }} Artifacts
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
steps:

- name: Clone Repo
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Download App Bundle
uses: actions/[email protected]
Expand Down

0 comments on commit 6efdc4f

Please sign in to comment.