From 53cb7f66756e3cd4ade97a6e58993de6019f6da0 Mon Sep 17 00:00:00 2001 From: Jagandeep Brar Date: Wed, 26 Oct 2022 13:06:00 -0500 Subject: [PATCH] release(testflight): beta [skip ci] --- .github/actions/prepare_for_build/action.yml | 2 +- .github/actions/prepare_for_deployment/action.yml | 2 +- .github/workflows/notify.yml | 2 +- .github/workflows/prepare.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/prepare_for_build/action.yml b/.github/actions/prepare_for_build/action.yml index d188abfb..fabf0faf 100644 --- a/.github/actions/prepare_for_build/action.yml +++ b/.github/actions/prepare_for_build/action.yml @@ -50,7 +50,7 @@ runs: using: composite steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/actions/prepare_for_deployment/action.yml b/.github/actions/prepare_for_deployment/action.yml index 297d6337..37d092b1 100644 --- a/.github/actions/prepare_for_deployment/action.yml +++ b/.github/actions/prepare_for_deployment/action.yml @@ -28,7 +28,7 @@ runs: using: composite steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index b2739a81..2abd48d2 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0 diff --git a/.github/workflows/prepare.yml b/.github/workflows/prepare.yml index 49f9cb26..da0b4f44 100644 --- a/.github/workflows/prepare.yml +++ b/.github/workflows/prepare.yml @@ -42,7 +42,7 @@ jobs: build-version: ${{ steps.build-version.outputs.current-version }} steps: - name: Checkout Repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 0