Skip to content

Commit 4ea28fb

Browse files
authored
Update publish.yml
upgrade actions/cache to v4
1 parent 1ddcd1a commit 4ea28fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-java@v1
1717
with:
1818
java-version: 17
19-
- uses: actions/cache@v1
19+
- uses: actions/cache@v4
2020
with:
2121
path: ~/.gradle/caches
2222
key: gradle-${{ runner.os }}-${{ hashFiles('buildSrc/**') }}-${{ hashFiles('**/*.gradle*') }}

0 commit comments

Comments
 (0)