Skip to content

Commit d6d9251

Browse files
authored
Merge pull request #257 from BySwiizen/dependabot/github_actions/actions/cache-5.0.1
Bump actions/cache from 4.3.0 to 5.0.1
2 parents d3c39f6 + 54b5c40 commit d6d9251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
# https://github.com/actions/cache
2121
- name: Cache Gradle
22-
uses: actions/cache@v4.3.0
22+
uses: actions/cache@v5.0.1
2323
with:
2424
path: |
2525
~/.gradle/caches

0 commit comments

Comments
 (0)