From 70af6624b8798938ec4c84536126a47719a071d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 01:19:15 +0000 Subject: [PATCH] GitHub Actions(deps): Bump actions/cache from 3.0.1 to 3.3.2 Bumps [actions/cache](https://github.com/actions/cache) from 3.0.1 to 3.3.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.0.1...v3.3.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/pull_request.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83c13840..c685c37f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: distribution: 'adopt' java-package: jdk - name: Cache Maven packages - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.3.2 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -39,7 +39,7 @@ jobs: distribution: 'adopt' java-package: jdk - name: Cache Maven packages - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.3.2 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -59,7 +59,7 @@ jobs: distribution: 'adopt' java-package: jdk - name: Cache Maven packages - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.3.2 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8c54d829..039ea3b1 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -18,7 +18,7 @@ jobs: distribution: 'adopt' java-package: jdk - name: Cache Maven packages - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.3.2 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -39,7 +39,7 @@ jobs: distribution: 'adopt' java-package: jdk - name: Cache Maven packages - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.3.2 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }} @@ -59,7 +59,7 @@ jobs: distribution: 'adopt' java-package: jdk - name: Cache Maven packages - uses: actions/cache@v3.0.1 + uses: actions/cache@v3.3.2 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}