Skip to content

Commit 1170300

Browse files
authored
Merge pull request #101 from MinimallyCorrect/renovate/all-minor-patch
Update all non-major dependencies
2 parents 69de646 + 13c2f29 commit 1170300

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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
@@ -54,7 +54,7 @@ jobs:
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

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1212
apply(from = "properties.gradle")

0 commit comments

Comments
 (0)