Skip to content

Commit 8314bcf

Browse files
Bump the all-actions group across 1 directory with 2 updates
Bumps the all-actions group with 2 updates in the / directory: [actions/cache](https://github.com/actions/cache) and [orhun/git-cliff-action](https://github.com/orhun/git-cliff-action). 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) --- updated-dependencies: - 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2bfafd4 commit 8314bcf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.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

0 commit comments

Comments
 (0)