We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f9506 commit f18a600Copy full SHA for f18a600
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
jdk: [11, 15, 16]
24
steps:
25
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
26
- - uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
+ - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0
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