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/baselineprofile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout to git repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
lfs: 'true'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout to git repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Get VERSION_CODE from commit timestamp
run: echo "VERSION_CODE=$(git log -1 --format=%ct)" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-apk-reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

steps:
- name: Checkout to git repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Get VERSION_CODE from commit timestamp
id: version_code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: contains(github.event.pull_request.body, '/claude-overview') || contains(github.event.pull_request.body, '@claude')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Main changes summary
uses: anthropics/claude-code-action@v1
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
if: contains(github.event.pull_request.body, '/claude-review') || contains(github.event.pull_request.body, '@claude')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: anthropics/claude-code-action@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/maestro-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
outputs:
flow_groups: ${{ steps.set.outputs.flow_groups }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- id: set
run: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

steps:
- name: Checkout to git repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Setup Java
uses: actions/setup-java@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror-public-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Parse tag into VERSION_NAME and VERSION_CODE
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mirror-public-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fi

- name: Checkout private repo
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Configure deploy key
uses: webfactory/ssh-agent@v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout to git repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0

- name: Set VERSION_NAME
run: echo "VERSION_NAME=${{ inputs.version_name || github.event.release.tag_name }}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/uk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout to git repository
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Set up ruby env
uses: ruby/setup-ruby@v1
Expand Down