Browse Source

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

pull/1280/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
7cc5f0180f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/maven.yml

2
.github/workflows/maven.yml

@ -22,7 +22,7 @@ jobs: @@ -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') }}

Loading…
Cancel
Save