Skip to content

Commit 44a0dfe

Browse files
dependabot[bot]kinow
authored andcommitted
Bump actions/cache from 2.1.6 to 2.1.7
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c53cab5 commit 44a0dfe

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- uses: actions/checkout@v2.4.0
44-
- uses: actions/cache@v2.1.6
44+
- uses: actions/cache@v2.1.7
4545
with:
4646
path: ~/.m2/repository
4747
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,9 @@ The <action> type attribute can be add,update,fix,remove.
330330
<action dev="kinow" type="update" due-to="Dependabot">
331331
Bump junit-pioneer from 1.4.2 to 1.5.0 #304.
332332
</action>
333+
<action dev="kinow" type="update" due-to="Dependabot">
334+
Bump actions/cache from 2.1.6 to 2.1.7 #307.
335+
</action>
333336
</release>
334337
<release version="2.11.0" date="2021-07-09" description="Java 8 required.">
335338
<!-- FIX -->

0 commit comments

Comments
 (0)