From 86989362fe9c5d33aa7afeb1380f56820d0d4f30 Mon Sep 17 00:00:00 2001 From: Mo Tarbin Date: Tue, 18 Aug 2026 08:41:48 -0400 Subject: [PATCH] fix: standardize section separators in README.md --- .github/workflows/build.yml | 4 ++-- fastlane/README.md | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c54e01..6ee9e4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,9 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Use Node.js 20 - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: 20.x cache: 'npm' diff --git a/fastlane/README.md b/fastlane/README.md index e93f221..8f40103 100644 --- a/fastlane/README.md +++ b/fastlane/README.md @@ -31,8 +31,7 @@ Build a signed, App Store-ready .ipa Upload the built .ipa to TestFlight ----- - +--- ## Android @@ -60,7 +59,7 @@ Build a signed release .apk (for sideloading/testing) Upload the built .aab to the Play Store (internal testing track by default) ----- +--- This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.