Skip to content

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/nebula.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
8
3939
${{ matrix.java }}
4040
java-package: jdk
41-
- uses: actions/cache@v1
41+
- uses: actions/cache@v4
4242
id: gradle-cache
4343
with:
4444
path: ~/.gradle/caches
4545
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
4646
restore-keys: |
4747
- ${{ runner.os }}-gradle-
48-
- uses: actions/cache@v1
48+
- uses: actions/cache@v4
4949
id: gradle-wrapper-cache
5050
with:
5151
path: ~/.gradle/wrapper
@@ -78,14 +78,14 @@ jobs:
7878
8
7979
21
8080
java-package: jdk
81-
- uses: actions/cache@v1
81+
- uses: actions/cache@v4
8282
id: gradle-cache
8383
with:
8484
path: ~/.gradle/caches
8585
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
8686
restore-keys: |
8787
- ${{ runner.os }}-gradle-
88-
- uses: actions/cache@v1
88+
- uses: actions/cache@v4
8989
id: gradle-wrapper-cache
9090
with:
9191
path: ~/.gradle/wrapper
@@ -123,14 +123,14 @@ jobs:
123123
8
124124
21
125125
java-package: jdk
126-
- uses: actions/cache@v1
126+
- uses: actions/cache@v4
127127
id: gradle-cache
128128
with:
129129
path: ~/.gradle/caches
130130
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
131131
restore-keys: |
132132
- ${{ runner.os }}-gradle-
133-
- uses: actions/cache@v1
133+
- uses: actions/cache@v4
134134
id: gradle-wrapper-cache
135135
with:
136136
path: ~/.gradle/wrapper

0 commit comments

Comments
 (0)