Skip to content

Commit 2788b51

Browse files
Update GitHub Action Versions (#206)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e5eef32 commit 2788b51

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/android-branch_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.1.2
28+
- uses: actions/cache@v4.2.0
2929
with:
3030
path: |
3131
~/.gradle/caches

.github/workflows/android-main_ci.yml

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

26-
- uses: actions/cache@v4.1.2
26+
- uses: actions/cache@v4.2.0
2727
with:
2828
path: |
2929
~/.gradle/caches

.github/workflows/android-pr_ci.yml

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

26-
- uses: actions/cache@v4.1.2
26+
- uses: actions/cache@v4.2.0
2727
with:
2828
path: |
2929
~/.gradle/caches

.github/workflows/android-release_ci-forced.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
distribution: "temurin"
2121
cache: gradle
2222

23-
- uses: actions/cache@v4.1.2
23+
- uses: actions/cache@v4.2.0
2424
with:
2525
path: |
2626
~/.gradle/caches

.github/workflows/android-release_ci.yml

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

26-
- uses: actions/cache@v4.1.2
26+
- uses: actions/cache@v4.2.0
2727
with:
2828
path: |
2929
~/.gradle/caches

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818

1919
- name: Generate a changelog
20-
uses: orhun/git-cliff-action@v4.4.1
20+
uses: orhun/git-cliff-action@v4.4.2
2121
with:
2222
config: cliff.toml
2323
args: --verbose

.github/workflows/nightly-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
distribution: "temurin"
5353
cache: gradle
5454

55-
- uses: actions/cache@v4.1.2
55+
- uses: actions/cache@v4.2.0
5656
with:
5757
path: |
5858
~/.gradle/caches

0 commit comments

Comments
 (0)