From d11293ae7682c040fcbeac8e16be61b8e7e7e44f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 23:02:32 +0000 Subject: [PATCH] [Oztechan/CCC#1457] Update actions/checkout action to v4.1.7 Co-authored-by: Mustafa Ozhan --- .github/workflows/copy-secrets.yml | 2 +- .github/workflows/main.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/copy-secrets.yml b/.github/workflows/copy-secrets.yml index 3e67046f77..4ccba3deec 100644 --- a/.github/workflows/copy-secrets.yml +++ b/.github/workflows/copy-secrets.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: List repository secrets id: list_secrets diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f048b224db..892e517310 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -109,7 +109,7 @@ jobs: steps: - name: Clone Repo # Needed for reading commit message for Firebase App Distribution - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Download Android Artifacts uses: actions/download-artifact@v4.1.7 @@ -198,7 +198,7 @@ jobs: status: ${{ steps.status.outputs.status }} steps: - name: Clone Repo - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Download iOS IPA uses: actions/download-artifact@v4.1.7 @@ -255,7 +255,7 @@ jobs: status: ${{ steps.status.outputs.status }} steps: - name: Clone Repo # Codecov requires it - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Download Coverage Report uses: actions/download-artifact@v4.1.7