Skip to content

Commit 6a5611b

Browse files
Update all non-major dependencies
1 parent a194c6d commit 6a5611b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
26+
- uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3.0.6
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@0865c47f36e68161719c5b124609996bb5c40129 # tag=v3.0.5
57+
- uses: actions/cache@f4278025ab0f432ce369118909e46deec636f50c # tag=v3.0.6
5858
with:
5959
path: |
6060
~/.gradle/caches
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)