We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c620a0b commit 049933fCopy full SHA for 049933f
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
- name: Set up Cache
14
- uses: actions/cache@v3
+ uses: actions/cache@v4
15
with:
16
path: ~/.gradle/caches
17
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments