Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.GH_PAT }}

Expand All @@ -58,7 +58,7 @@ jobs:
sha_short: ${{ steps.compare.outputs.sha_short }}

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: innei-dev/yohaku
token: ${{ secrets.GH_PAT }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
sha_full: ${{ needs.check.outputs.sha_full }}

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: innei-dev/yohaku
token: ${{ secrets.GH_PAT }}
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.GH_PAT }}
persist-credentials: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy-remix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.GH_PAT }}

Expand All @@ -58,7 +58,7 @@ jobs:
sha_short: ${{ steps.compare.outputs.sha_short }}

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: innei-dev/yohaku
token: ${{ secrets.GH_PAT }}
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
sha_full: ${{ needs.check.outputs.sha_full }}

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
repository: innei-dev/yohaku
token: ${{ secrets.GH_PAT }}
Expand Down Expand Up @@ -321,7 +321,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.GH_PAT }}
persist-credentials: false
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ship.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
fingerprint: ${{ steps.fp.outputs.hash }}
steps:
- name: Checkout source
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ env.APP_REPO_SLUG }}
token: ${{ secrets.GH_PAT }}
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
source_short: ${{ steps.meta.outputs.source_short }}
steps:
- name: Checkout app
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ env.APP_REPO_SLUG }}
token: ${{ secrets.GH_PAT }}
Expand All @@ -192,7 +192,7 @@ jobs:
path: yohaku

- name: Checkout easc
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ env.OTA_REPO_SLUG }}
ssh-key: ${{ secrets.EXPO_OTA_DEPLOY_KEY }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
hash: ${{ steps.fp.outputs.hash }}
steps:
- name: Checkout source
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ env.APP_REPO_SLUG }}
token: ${{ secrets.GH_PAT }}
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
EXPO_UPDATES_FINGERPRINT_OVERRIDE: ${{ needs.fingerprint.outputs.hash }}
steps:
- name: Checkout source
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ${{ env.APP_REPO_SLUG }}
token: ${{ secrets.GH_PAT }}
Expand Down Expand Up @@ -552,7 +552,7 @@ jobs:
needs: submit
timeout-minutes: 50
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: actions/setup-node@v6
with:
Expand Down