Skip to content

Commit 8f448cb

Browse files
1 parent d579ca9 commit 8f448cb

5 files changed

+10
-10
lines changed

.github/workflows/nebula-branch.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ jobs:
2525
with:
2626
username: ${{ secrets.ORG_NETFLIXOSS_DOCKERHUB_USERNAME }}
2727
password: ${{ secrets.ORG_NETFLIXOSS_DOCKERHUB_PASSWORD }}
28-
- uses: actions/cache@v1
28+
- uses: actions/cache@v4
2929
id: gradle-cache
3030
with:
3131
path: ~/.gradle/caches
3232
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
3333
restore-keys: |
3434
- ${{ runner.os }}-gradle-
35-
- uses: actions/cache@v1
35+
- uses: actions/cache@v4
3636
id: gradle-wrapper-cache
3737
with:
3838
path: ~/.gradle/wrapper

.github/workflows/nebula-pr-functional-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
uses: actions/setup-java@v1
1717
with:
1818
java-version: ${{ matrix.java }}
19-
- uses: actions/cache@v1
19+
- uses: actions/cache@v4
2020
id: gradle-cache
2121
with:
2222
path: ~/.gradle/caches
2323
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
2424
restore-keys: |
2525
- ${{ runner.os }}-gradle-
26-
- uses: actions/cache@v1
26+
- uses: actions/cache@v4
2727
id: gradle-wrapper-cache
2828
with:
2929
path: ~/.gradle/wrapper

.github/workflows/nebula-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
with:
2323
username: ${{ secrets.ORG_NETFLIXOSS_DOCKERHUB_USERNAME }}
2424
password: ${{ secrets.ORG_NETFLIXOSS_DOCKERHUB_PASSWORD }}
25-
- uses: actions/cache@v1
25+
- uses: actions/cache@v4
2626
id: gradle-cache
2727
with:
2828
path: ~/.gradle/caches
2929
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
3030
restore-keys: |
3131
- ${{ runner.os }}-gradle-
32-
- uses: actions/cache@v1
32+
- uses: actions/cache@v4
3333
id: gradle-wrapper-cache
3434
with:
3535
path: ~/.gradle/wrapper

.github/workflows/nebula-pull-request.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
uses: actions/setup-java@v1
1717
with:
1818
java-version: ${{ matrix.java }}
19-
- uses: actions/cache@v1
19+
- uses: actions/cache@v4
2020
id: gradle-cache
2121
with:
2222
path: ~/.gradle/caches
2323
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle/dependency-locks/*.lockfile') }}
2424
restore-keys: |
2525
- ${{ runner.os }}-gradle-
26-
- uses: actions/cache@v1
26+
- uses: actions/cache@v4
2727
id: gradle-wrapper-cache
2828
with:
2929
path: ~/.gradle/wrapper

.github/workflows/nebula-snapshot.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
with:
2222
username: ${{ secrets.ORG_NETFLIXOSS_DOCKERHUB_USERNAME }}
2323
password: ${{ secrets.ORG_NETFLIXOSS_DOCKERHUB_PASSWORD }}
24-
- uses: actions/cache@v2
24+
- uses: actions/cache@v4
2525
id: gradle-cache
2626
with:
2727
path: |
2828
~/.gradle/caches
2929
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
30-
- uses: actions/cache@v2
30+
- uses: actions/cache@v4
3131
id: gradle-wrapper-cache
3232
with:
3333
path: |

0 commit comments

Comments
 (0)