We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2947859 commit 812ab37Copy full SHA for 812ab37
.github/workflows/gradle.yml
@@ -26,7 +26,7 @@ jobs:
26
~/.gradle/wrapper
27
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts', 'gradle/wrapper/gradle-wrapper.properties', 'gradle.properties') }}
28
- name: Cache pnpm packages
29
- uses: actions/cache@v2
+ uses: actions/cache@v4
30
with:
31
path: |
32
~/.vaadin
0 commit comments