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"
|
||||
cache: gradle
|
||||
|
||||
- uses: actions/cache@v4.2.1
|
||||
- uses: actions/cache@v4.2.2
|
||||
with:
|
||||
path: |
|
||||
~/.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"
|
||||
cache: gradle
|
||||
|
||||
- uses: actions/cache@v4.2.1
|
||||
- uses: actions/cache@v4.2.2
|
||||
with:
|
||||
path: |
|
||||
~/.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"
|
||||
cache: gradle
|
||||
|
||||
- uses: actions/cache@v4.2.1
|
||||
- uses: actions/cache@v4.2.2
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
|
||||
@@ -20,7 +20,7 @@ jobs:
|
||||
distribution: "temurin"
|
||||
cache: gradle
|
||||
|
||||
- uses: actions/cache@v4.2.1
|
||||
- uses: actions/cache@v4.2.2
|
||||
with:
|
||||
path: |
|
||||
~/.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"
|
||||
cache: gradle
|
||||
|
||||
- uses: actions/cache@v4.2.1
|
||||
- uses: actions/cache@v4.2.2
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
|
||||
2
.github/workflows/nightly-release.yml
vendored
2
.github/workflows/nightly-release.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
||||
distribution: "temurin"
|
||||
cache: gradle
|
||||
|
||||
- uses: actions/cache@v4.2.1
|
||||
- uses: actions/cache@v4.2.2
|
||||
with:
|
||||
path: |
|
||||
~/.gradle/caches
|
||||
|
||||
Reference in New Issue
Block a user