From 0e27058997afefcd01061db193c64929cdf0d4d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 May 2021 05:12:43 +0000 Subject: [PATCH] Bump actions/cache from 2.1.5 to 2.1.6 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b2064cc41..011ce62a0 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,7 @@ jobs: steps: - uses: actions/checkout@v2.3.4 - - uses: actions/cache@v2.1.5 + - uses: actions/cache@v2.1.6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} diff --git a/src/changes/changes.xml b/src/changes/changes.xml index df7130598..1e8970440 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -250,7 +250,7 @@ Migrate assert to Assertions #209. - Bump actions/cache from v2 to v2.1.5 #214 #225. + Bump actions/cache from v2 to v2.1.6 #214 #225 #239. Add and use CollectionUtils.INDEX_NOT_FOUND constant.