Bump actions/cache from 2 to 3 (#1269)

This commit is contained in:
dependabot[bot]
2023-11-03 13:21:04 +01:00
committed by GitHub
parent 04cd6f4bdf
commit 90f97d5651

View File

@@ -22,7 +22,7 @@ jobs:
distribution: 'temurin'
java-version: '17'
- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}