Skip to content

Commit 2a564ad

Browse files
build(deps): Bump the all-actions group with 2 updates (#959)
Bumps the all-actions group with 2 updates: [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/cache` from 4.3.0 to 5.0.1 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.3.0...v5.0.1) Updates `actions/upload-artifact` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/upload-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major 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 d1c20d6 commit 2a564ad

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/android-branch_ci.yml

Lines changed: 2 additions & 2 deletions
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.3.0
30+
- uses: actions/cache@v5.0.1
3131
with:
3232
path: |
3333
~/.gradle/caches
@@ -43,7 +43,7 @@ jobs:
4343
run: ./gradlew clean && ./gradlew assembleDebug
4444

4545
- name: Upload Artifact
46-
uses: actions/upload-artifact@v5.0.0
46+
uses: actions/upload-artifact@v6.0.0
4747
with:
4848
name: Signed app apk
4949
path: app/build/outputs/apk/debug/*.apk

.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.3.0
28+
- uses: actions/cache@v5.0.1
2929
with:
3030
path: |
3131
~/.gradle/caches

.github/workflows/android-pr_ci.yml

Lines changed: 2 additions & 2 deletions
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.3.0
28+
- uses: actions/cache@v5.0.1
2929
with:
3030
path: |
3131
~/.gradle/caches
@@ -41,7 +41,7 @@ jobs:
4141
run: ./gradlew clean && ./gradlew assembleDebug
4242

4343
- name: Upload Artifact
44-
uses: actions/upload-artifact@v5.0.0
44+
uses: actions/upload-artifact@v6.0.0
4545
with:
4646
name: Signed app apk
4747
path: app/build/outputs/apk/debug/*.apk

.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.3.0
27+
- uses: actions/cache@v5.0.1
2828
with:
2929
path: |
3030
~/.gradle/caches

0 commit comments

Comments
 (0)