Skip to content

Commit 210997d

Browse files
authored
Merge pull request #4601 from owncloud/dependabot/github_actions/actions/cache-4
feat: bump actions/cache from 3 to 4
2 parents 7f87991 + fc7a325 commit 210997d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sbom.yml

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

1818
# Caches Gradle dependencies to avoid downloading them on every run
1919
- name: Cache Gradle dependencies
20-
uses: actions/cache@v3
20+
uses: actions/cache@v4
2121
with:
2222
path: |
2323
~/.gradle/caches

0 commit comments

Comments
 (0)