Skip to content

Commit aad95b1

Browse files
Bump actions/cache from 2.1.4 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.4 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...v2.1.6) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4d14daa commit aad95b1

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/[email protected].4
26+
- uses: actions/[email protected].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/[email protected].4
56+
- uses: actions/[email protected].6
5757
with:
5858
path: |
5959
~/.gradle/caches

0 commit comments

Comments
 (0)