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 4073525 commit cac235fCopy full SHA for cac235f
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
jdk: [11, 15, 16]
24
steps:
25
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
26
- - uses: actions/cache@937d24475381cd9c75ae6db12cb4e79714b926ed # tag=v2.1.7
+ - uses: actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3.0.2
27
with:
28
path: |
29
~/.gradle/caches
@@ -54,7 +54,7 @@ jobs:
54
55
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
56
57
58
59
60
0 commit comments