Skip to content

Commit acaf5ff

Browse files
1 parent a634f1d commit acaf5ff

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/nebula-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
uses: actions/setup-java@v1
2222
with:
2323
java-version: ${{ matrix.java }}
24-
- uses: actions/cache@v1
24+
- uses: actions/cache@v4
2525
id: gradle-cache
2626
with:
2727
path: ~/.gradle/caches
2828
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
2929
restore-keys: |
3030
- ${{ runner.os }}-gradle-
31-
- uses: actions/cache@v1
31+
- uses: actions/cache@v4
3232
id: gradle-wrapper-cache
3333
with:
3434
path: ~/.gradle/wrapper

.github/workflows/nebula-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ jobs:
1717
uses: actions/setup-java@v1
1818
with:
1919
java-version: 1.8
20-
- uses: actions/cache@v1
20+
- uses: actions/cache@v4
2121
id: gradle-cache
2222
with:
2323
path: ~/.gradle/caches
2424
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
2525
restore-keys: |
2626
- ${{ runner.os }}-gradle-
27-
- uses: actions/cache@v1
27+
- uses: actions/cache@v4
2828
id: gradle-wrapper-cache
2929
with:
3030
path: ~/.gradle/wrapper

.github/workflows/nebula-snapshot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
uses: actions/setup-java@v1
1717
with:
1818
java-version: 8
19-
- uses: actions/cache@v2
19+
- uses: actions/cache@v4
2020
id: gradle-cache
2121
with:
2222
path: |
2323
~/.gradle/caches
2424
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
25-
- uses: actions/cache@v2
25+
- uses: actions/cache@v4
2626
id: gradle-wrapper-cache
2727
with:
2828
path: |

0 commit comments

Comments
 (0)