Skip to content

Commit 146a93f

Browse files
Update actions/cache action to v4
1 parent 07e83c1 commit 146a93f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swagger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- name: Set up Cache
15-
uses: actions/cache@v3
15+
uses: actions/cache@v4
1616
with:
1717
path: ~/.gradle/caches
1818
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)