Skip to content

Commit 2917ed5

Browse files
authored
Updated - actions/cache version from v3.0.2 to v3
1 parent 3f5802f commit 2917ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
java-version: 11
1717

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

0 commit comments

Comments
 (0)