Skip to content

Commit f7b2a8f

Browse files
authored
Update actions/cache version from v3.0.2 to v3
1 parent 2917ed5 commit f7b2a8f

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
@@ -19,7 +19,7 @@ jobs:
1919
java-version: 11
2020

2121
- name: Setup build cache
22-
uses: actions/cache@v3.0.2
22+
uses: actions/cache@v3
2323
with:
2424
path: ~/.gradle/caches
2525
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}

0 commit comments

Comments
 (0)