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 abe7e2b commit 8c202c5Copy full SHA for 8c202c5
.github/workflows/dependency-check.yml
@@ -20,7 +20,7 @@ jobs:
20
token: ${{ steps.generate-token.outputs.token }}
21
ref: master
22
- name: Set up Cache
23
- uses: actions/cache@v3
+ uses: actions/cache@v4
24
with:
25
path: ~/.gradle/caches
26
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
.github/workflows/swagger.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v3
14
15
16
17
18
0 commit comments