We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cbb14 commit dd25734Copy full SHA for dd25734
1 file changed
.github/workflows/CICD.yml
@@ -31,7 +31,7 @@ jobs:
31
echo "${{ secrets.HOME_SERVER_APPLICATION }}" > ./application.yml
32
33
- name: Cache Gradle packages
34
- uses: actions/cache@v2
+ uses: actions/cache@v3
35
with:
36
path: |
37
~/.gradle/caches
0 commit comments