Update GitHub Action Versions (#229)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/android-branch_ci.yml
vendored
2
.github/workflows/android-branch_ci.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- uses: actions/cache@v4.2.1
|
- uses: actions/cache@v4.2.2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches
|
~/.gradle/caches
|
||||||
|
|||||||
2
.github/workflows/android-main_ci.yml
vendored
2
.github/workflows/android-main_ci.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- uses: actions/cache@v4.2.1
|
- uses: actions/cache@v4.2.2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches
|
~/.gradle/caches
|
||||||
|
|||||||
2
.github/workflows/android-pr_ci.yml
vendored
2
.github/workflows/android-pr_ci.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- uses: actions/cache@v4.2.1
|
- uses: actions/cache@v4.2.2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches
|
~/.gradle/caches
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ jobs:
|
|||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- uses: actions/cache@v4.2.1
|
- uses: actions/cache@v4.2.2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches
|
~/.gradle/caches
|
||||||
|
|||||||
2
.github/workflows/android-release_ci.yml
vendored
2
.github/workflows/android-release_ci.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- uses: actions/cache@v4.2.1
|
- uses: actions/cache@v4.2.2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches
|
~/.gradle/caches
|
||||||
|
|||||||
2
.github/workflows/nightly-release.yml
vendored
2
.github/workflows/nightly-release.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
|||||||
distribution: "temurin"
|
distribution: "temurin"
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- uses: actions/cache@v4.2.1
|
- uses: actions/cache@v4.2.2
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/.gradle/caches
|
~/.gradle/caches
|
||||||
|
|||||||
Reference in New Issue
Block a user