Skip to content

Commit 3e95f9b

Browse files
Bump the all-actions group across 1 directory with 4 updates
Bumps the all-actions group with 4 updates in the / directory: [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment), [actions/cache](https://github.com/actions/cache), [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action) and [actions/stale](https://github.com/actions/stale). Updates `peter-evans/create-or-update-comment` from 4.0.0 to 5.0.0 - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](peter-evans/create-or-update-comment@v4.0.0...v5.0.0) Updates `actions/cache` from 4.2.4 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.4...v4.3.0) Updates `orhun/git-cliff-action` from 4.5.1 to 4.6.0 - [Release notes](https://github.com/orhun/git-cliff-action/releases) - [Commits](orhun/git-cliff-action@v4.5.1...v4.6.0) Updates `actions/stale` from 10.0.0 to 10.1.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v10.0.0...v10.1.0) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: orhun/git-cliff-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: actions/stale dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2bfafd4 commit 3e95f9b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/add-comment-for-help-wanted_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
issues: write
2323
steps:
2424
- name: Create comment
25-
uses: peter-evans/create-or-update-comment@v4.0.0
25+
uses: peter-evans/create-or-update-comment@v5.0.0
2626
with:
2727
token: ${{ github.actor == 'dependabot[bot]' && secrets.GITHUB_TOKEN || secrets.GIT_BOT_TOKEN }}
2828
issue-number: ${{ github.event.issue.number }}

.github/workflows/android-branch_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
distribution: 'temurin'
2828
cache: gradle
2929

30-
- uses: actions/cache@v4.2.4
30+
- uses: actions/cache@v4.3.0
3131
with:
3232
path: |
3333
~/.gradle/caches

.github/workflows/android-main_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
distribution: 'temurin'
2626
cache: gradle
2727

28-
- uses: actions/cache@v4.2.4
28+
- uses: actions/cache@v4.3.0
2929
with:
3030
path: |
3131
~/.gradle/caches

.github/workflows/android-pr_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
distribution: 'temurin'
2626
cache: gradle
2727

28-
- uses: actions/cache@v4.2.4
28+
- uses: actions/cache@v4.3.0
2929
with:
3030
path: |
3131
~/.gradle/caches

.github/workflows/android-release_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'temurin'
2525
cache: gradle
2626

27-
- uses: actions/cache@v4.2.4
27+
- uses: actions/cache@v4.3.0
2828
with:
2929
path: |
3030
~/.gradle/caches

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
ref: main
2121

2222
- name: Generate a changelog
23-
uses: orhun/git-cliff-action@v4.5.1
23+
uses: orhun/git-cliff-action@v4.6.0
2424
with:
2525
config: cliff.toml
2626
args: --verbose

.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/stale@v10.0.0
15+
- uses: actions/stale@v10.1.0
1616
with:
1717
days-before-issue-stale: 30
1818
days-before-issue-close: 14

0 commit comments

Comments
 (0)