aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-29 20:58:10 -0500
committerGitHub <noreply@github.com>2022-12-29 20:58:10 -0500
commit3c216661d1815e0fc765dddb813c2e7c4c0eae69 (patch)
treec8bae19f1866d5eccfef68461c0945ecab98a890 /.github
parente84d987e4eea9311e5037f86c1f8b0b7389cda58 (diff)
downloadapache-commons-io-3c216661d1815e0fc765dddb813c2e7c4c0eae69.tar.gz
Bump actions/cache from 3.2.0 to 3.2.2 (#419)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.0 to 3.2.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.2.0...v3.2.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql-analysis.yml2
-rw-r--r--.github/workflows/coverage.yml2
-rw-r--r--.github/workflows/maven.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 7fcfeb54..4c56049b 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v3.2.0
with:
persist-credentials: false
- - uses: actions/cache@v3.2.0
+ - uses: actions/cache@v3.2.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 0960ade2..10499412 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3.2.0
with:
persist-credentials: false
- - uses: actions/cache@v3.2.0
+ - uses: actions/cache@v3.2.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 294c86c0..f41228b4 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v3.2.0
with:
persist-credentials: false
- - uses: actions/cache@v3.2.0
+ - uses: actions/cache@v3.2.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}