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 44e3b2f commit 9df4790Copy full SHA for 9df4790
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
jdk: [11, 17]
24
steps:
25
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26
- - uses: actions/cache@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
+ - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
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