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 07e83c1 commit 146a93fCopy full SHA for 146a93f
.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