aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-02-02 21:11:59 -0500
committerGitHub <noreply@github.com>2023-02-02 21:11:59 -0500
commite7ad0af879dba8fe1aae2a5aafcba82dbf2eea2b (patch)
treec69813b9ae73e7b59d79b1b4437bad5fb0336b8a
parentfb7d4b109124a5f0b38b3ee66df77c1cf2ebb3ae (diff)
downloadapache-commons-io-e7ad0af879dba8fe1aae2a5aafcba82dbf2eea2b.tar.gz
Bump actions/cache from 3.2.3 to 3.2.4 (#429)
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.3 to 3.2.4. - [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.3...v3.2.4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-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 7a96e8ee..8b890bb8 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v3.3.0
with:
persist-credentials: false
- - uses: actions/cache@v3.2.3
+ - uses: actions/cache@v3.2.4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 63768ff1..35b00ce6 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3.3.0
with:
persist-credentials: false
- - uses: actions/cache@v3.2.3
+ - uses: actions/cache@v3.2.4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ee7823aa..17b578db 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -46,7 +46,7 @@ jobs:
- uses: actions/checkout@v3.3.0
with:
persist-credentials: false
- - uses: actions/cache@v3.2.3
+ - uses: actions/cache@v3.2.4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}