aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-24 00:01:44 +0000
committerBruno P. Kinoshita <kinow@users.noreply.github.com>2021-11-24 13:32:24 +1300
commit44a0dfececaeef7d1e03ed10d2a092725bf028fe (patch)
tree1108ae1b3678746b20533f3915e821f983f26075 /.github
parentc53cab56e5f078e2500970a01bdf1c7bf350fdaa (diff)
downloadapache-commons-io-44a0dfececaeef7d1e03ed10d2a092725bf028fe.tar.gz
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](https://github.com/actions/cache/compare/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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/maven.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 5ba0cabe..ffca1227 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -41,7 +41,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- - uses: actions/cache@v2.1.6
+ - uses: actions/cache@v2.1.7
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}