Skip to content

Commit

Permalink
[#1457] Update actions/checkout action to v4.1.7
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 Jun 12, 2024
1 parent a0b4c04 commit d11293a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/copy-secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected].6
uses: actions/[email protected].7

- name: List repository secrets
id: list_secrets
Expand Down
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].6
uses: actions/[email protected].7

- 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].6
uses: actions/[email protected].7

- 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].6
uses: actions/[email protected].7

- name: Download Coverage Report
uses: actions/[email protected]
Expand Down

0 comments on commit d11293a

Please sign in to comment.