diff --git a/.github/workflows/make-rel-ios.yml b/.github/workflows/make-rel-ios.yml index fab1112..29682ee 100644 --- a/.github/workflows/make-rel-ios.yml +++ b/.github/workflows/make-rel-ios.yml @@ -12,7 +12,7 @@ jobs: name: Build for iOS runs-on: macos-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Install yarn diff --git a/.github/workflows/make-rel.yaml b/.github/workflows/make-rel.yaml index 1860c35..8b04aac 100644 --- a/.github/workflows/make-rel.yaml +++ b/.github/workflows/make-rel.yaml @@ -18,7 +18,7 @@ jobs: name: Build ${{ matrix.make_target }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Copy certificate from secrets