Skip to content

Commit f51a4b9

Browse files
authored
Merge pull request #241 from jsalinaspolo/dependabot/github_actions/actions/cache-4.2.2
Bump actions/cache from 4.0.2 to 4.2.2
2 parents e7994d9 + 16e6dab commit f51a4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: ${{ matrix.java }}
1818
distribution: adopt-hotspot
1919
- name: Cache Gradle packages
20-
uses: actions/cache@v4.0.2
20+
uses: actions/cache@v4.2.2
2121
with:
2222
path: ~/.gradle/caches
2323
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)