We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb3592 commit bc45ca4Copy full SHA for bc45ca4
.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@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.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