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/android-branch_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/android-pr_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
ref: main
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/android-release_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
fetch-depth: 0 # Fetch full history
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
buildToolsVersion: 35.0.0

- name: Release to GitHub
uses: svenstaro/[email protected].2
uses: svenstaro/[email protected].3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{steps.sign_app_apk.outputs.signedFile}}
Expand All @@ -61,7 +61,7 @@ jobs:
overwrite: true

- name: Upload ProGuard Mapping File
uses: svenstaro/[email protected].2
uses: svenstaro/[email protected].3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: app/build/outputs/mapping/release/mapping.txt
Expand All @@ -82,7 +82,7 @@ jobs:
buildToolsVersion: 35.0.0

- name: Release to GitHub
uses: svenstaro/[email protected].2
uses: svenstaro/[email protected].3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{steps.sign_app_aab.outputs.signedFile}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v5
uses: actions/checkout@v6.0.0
with:
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
ref: main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_discord.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout project
uses: actions/checkout@v5.0.0
uses: actions/checkout@v6.0.0
with:
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
fetch-depth: 0 # Fetch full history
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5.0.0
- uses: actions/checkout@v6.0.0
with:
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
ref: main
Expand Down