Skip to content

Commit ad50ed5

Browse files
renovate[bot]AntoineJT
authored andcommitted
chore(deps): update actions/cache action to v4
1 parent b35bddb commit ad50ed5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Cache everything for CD
3131
if: github.ref_type == 'tag'
32-
uses: actions/cache@v3
32+
uses: actions/cache@v4
3333
with:
3434
path: .
3535
key: ci-data
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Restore data from cache
44-
uses: actions/cache@v3
44+
uses: actions/cache@v4
4545
with:
4646
path: .
4747
key: ci-data

0 commit comments

Comments
 (0)