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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
name: Build
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Setup Environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/license_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Setup Environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/localization_strings_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
contents: write # 'write' access to repository contents
pull-requests: write # 'write' access to pull requests
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ github.ref_name }} # must be a branch, not a tag or SHA (detached HEAD)
fetch-depth: 0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ jobs:
assets: ${{ steps.release.outputs.assets }}

steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
if: "${{ github.event.inputs.commit_sha == '' }}"
with:
fetch-depth: 0
- uses: actions/checkout@v6
- uses: actions/checkout@v7
if: "${{ github.event.inputs.commit_sha != '' }}"
with:
fetch-depth: 0
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
runs-on: ubuntu-latest
needs: prepare_release
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: get values
id: get-fields
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reset_ios_certs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.FASTLANE_GITHUB }}
MATCH_PASSWORD: ${{ secrets.FASTLANE_MATCH_PASSWORD }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Setup Environment
uses: ./.github/actions/setup_build
- run: echo "$APPLE_SECRETS" > APPLE_SECRETS.json
Expand Down
2 changes: 1 addition & 1 deletion lib/l10n/messages_en.arb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"@@locale": "en",
"@@last_modified": "2026-07-05T19:56:55.218935",
"@@last_modified": "2026-07-05T19:58:52.075307",
"title": "The Tail Company",
"@title": {
"description": "The name of the app",
Expand Down