Skip to content

Commit ecff867

Browse files
build(deps): Bump the all-actions group with 3 updates (#955)
Bumps the all-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-java](https://github.com/actions/setup-java) and [actions/stale](https://github.com/actions/stale). Updates `actions/checkout` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) Updates `actions/setup-java` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v5.0.0...v5.1.0) Updates `actions/stale` from 10.1.0 to 10.1.1 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v10.1.0...v10.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: actions/setup-java dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: actions/stale dependency-version: 10.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e7c3505 commit ecff867

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

.github/workflows/android-branch_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout project
18-
uses: actions/[email protected].0
18+
uses: actions/[email protected].1
1919
with:
2020
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
2121
ref: main
2222

2323
- name: set up JDK 17
24-
uses: actions/setup-java@v5.0.0
24+
uses: actions/setup-java@v5.1.0
2525
with:
2626
java-version: '17'
2727
distribution: 'temurin'

.github/workflows/android-main_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout project
16-
uses: actions/[email protected].0
16+
uses: actions/[email protected].1
1717
with:
1818
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1919
ref: main
2020

2121
- name: set up JDK 17
22-
uses: actions/setup-java@v5.0.0
22+
uses: actions/setup-java@v5.1.0
2323
with:
2424
java-version: '17'
2525
distribution: 'temurin'

.github/workflows/android-pr_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout project
16-
uses: actions/[email protected].0
16+
uses: actions/[email protected].1
1717
with:
1818
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1919
ref: main
2020

2121
- name: set up JDK 17
22-
uses: actions/setup-java@v5.0.0
22+
uses: actions/setup-java@v5.1.0
2323
with:
2424
java-version: '17'
2525
distribution: 'temurin'

.github/workflows/android-release_ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout project
15-
uses: actions/[email protected].0
15+
uses: actions/[email protected].1
1616
with:
1717
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1818
fetch-depth: 0 # Fetch full history
1919

2020
- name: set up JDK 17
21-
uses: actions/setup-java@v5.0.0
21+
uses: actions/setup-java@v5.1.0
2222
with:
2323
java-version: '17'
2424
distribution: 'temurin'

.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/[email protected].0
16+
uses: actions/[email protected].1
1717
with:
1818
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
1919
ref: main

.github/workflows/close-inactive-issues_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
issues: write
1313
pull-requests: write
1414
steps:
15-
- uses: actions/[email protected].0
15+
- uses: actions/[email protected].1
1616
with:
1717
days-before-issue-stale: 30
1818
days-before-issue-close: 14

.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/[email protected].0
13+
uses: actions/[email protected].1
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/[email protected].0
19+
- uses: actions/[email protected].1
2020
with:
2121
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
2222
ref: main

0 commit comments

Comments
 (0)