This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new 29b990b3 Bump actions/cache@v3.0.5 to 3.0.6 29b990b3 is described below commit 29b990b330bd63f17deaee9714885381d67cb4b9 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sun Aug 7 06:56:57 2022 -0400 Bump actions/cache@v3.0.5 to 3.0.6 --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 80c70113..b9b2d527 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/cache@v3.0.5 + - uses: actions/cache@v3.0.6 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}