Skip to content
Merged
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/gradle-wrapper-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: "MT Gradle wrapper validation"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: "MT move gradle files to default location"
run: |
cp -R shared/gradl* .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mt-build-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "Checkout branch: '$CHECKOUT_BRANCH'."
echo "mt_checkout_branch=$CHECKOUT_BRANCH" >> "$GITHUB_OUTPUT"
- name: MT check out main repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: mtransitapps/mtransit-for-android
ref: ${{ steps.mt-pick-main-repo-checkout-branch.outputs.mt_checkout_branch }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mt-dependency-update-baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
echo "Checkout branch: '$CHECKOUT_BRANCH'."
echo "mt_checkout_branch=$CHECKOUT_BRANCH" >> "$GITHUB_OUTPUT"
- name: MT check out main repo
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: mtransitapps/mtransit-for-android
ref: ${{ steps.mt-pick-main-repo-checkout-branch.outputs.mt_checkout_branch }}
Expand Down
2 changes: 1 addition & 1 deletion shared-overwrite/.github/workflows/mt-download-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: MT check out main repository code (no submodules)
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: true # required to set right token
token: ${{ secrets.MT_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion shared-overwrite/.github/workflows/mt-sync-code-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: MT check out main repository code (no submodules)
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
submodules: true # required to set right token
token: ${{ secrets.MT_PAT }}
Expand Down
Loading