Skip to content

Commit a60e22a

Browse files
build(deps): Bump the all-actions group with 2 updates
Bumps the all-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action). Updates `actions/checkout` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6.0.0) Updates `svenstaro/upload-release-action` from 2.11.2 to 2.11.3 - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](svenstaro/upload-release-action@2.11.2...2.11.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 079b04b commit a60e22a

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/android-branch_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout project
18-
uses: actions/checkout@v5.0.0
18+
uses: actions/checkout@v6.0.0
1919
with:
2020
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
2121
ref: main

.github/workflows/android-main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout project
16-
uses: actions/checkout@v5.0.0
16+
uses: actions/checkout@v6.0.0
1717
with:
1818
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1919
ref: main

.github/workflows/android-pr_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout project
16-
uses: actions/checkout@v5.0.0
16+
uses: actions/checkout@v6.0.0
1717
with:
1818
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1919
ref: main

.github/workflows/android-release_ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout project
15-
uses: actions/checkout@v5.0.0
15+
uses: actions/checkout@v6.0.0
1616
with:
1717
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1818
fetch-depth: 0 # Fetch full history
@@ -52,7 +52,7 @@ jobs:
5252
buildToolsVersion: 35.0.0
5353

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

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

8484
- name: Release to GitHub
85-
uses: svenstaro/[email protected].2
85+
uses: svenstaro/[email protected].3
8686
with:
8787
repo_token: ${{ secrets.GITHUB_TOKEN }}
8888
file: ${{steps.sign_app_aab.outputs.signedFile}}

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Check out repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6.0.0
1717
with:
1818
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1919
ref: main

.github/workflows/test_discord.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout project
13-
uses: actions/checkout@v5.0.0
13+
uses: actions/checkout@v6.0.0
1414
with:
1515
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1616
fetch-depth: 0 # Fetch full history

.github/workflows/validate-gradle-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
validate:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v5.0.0
19+
- uses: actions/checkout@v6.0.0
2020
with:
2121
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
2222
ref: main

0 commit comments

Comments
 (0)