File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 jdk : [11, 15, 16]
2424 steps :
2525 - uses : actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
26- - uses : actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3.0.2
26+ - uses : actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3.0.4
2727 with :
2828 path : |
2929 ~/.gradle/caches
5454 with :
5555 fetch-depth : ' 0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
5656
57- - uses : actions/cache@48af2dc4a9e8278b89d7fa154b955c30c6aaab09 # tag=v3.0.2
57+ - uses : actions/cache@c3f1317a9e7b1ef106c153ac8c0f00fed3ddbc0d # tag=v3.0.4
5858 with :
5959 path : |
6060 ~/.gradle/caches
Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ plugins {
33 id(" java" )
44 id(" java-library" )
55 id(" maven-publish" )
6- id(" dev.minco.gradle.defaults-plugin" ) version " 0.2.58 "
6+ id(" dev.minco.gradle.defaults-plugin" ) version " 0.2.60 "
77 id(" org.shipkit.shipkit-auto-version" ) version " 1.2.0"
8- id(" org.shipkit.shipkit-changelog" ) version " 1.1.15 "
9- id(" org.shipkit.shipkit-github-release" ) version " 1.1.15 "
8+ id(" org.shipkit.shipkit-changelog" ) version " 1.2.0 "
9+ id(" org.shipkit.shipkit-github-release" ) version " 1.2.0 "
1010}
1111
1212apply (from = " properties.gradle" )
You can’t perform that action at this time.
0 commit comments