Skip to content

Commit de34850

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/cache-2.1.6'
2 parents 6105ecf + aad95b1 commit de34850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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@v2
26-
- uses: actions/cache@v2.1.4
26+
- uses: actions/cache@v2.1.6
2727
with:
2828
path: |
2929
~/.gradle/caches
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
5555

56-
- uses: actions/cache@v2.1.4
56+
- uses: actions/cache@v2.1.6
5757
with:
5858
path: |
5959
~/.gradle/caches

0 commit comments

Comments
 (0)