We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c12c3 commit 88abc40Copy full SHA for 88abc40
.github/workflows/swagger.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v3
14
- name: Set up Cache
15
- uses: actions/cache@v3
+ uses: actions/cache@v4
16
with:
17
path: ~/.gradle/caches
18
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
0 commit comments