Merge pull request #705 from apache/dependabot/github_actions/actions/cache-3.3.1

Bump actions/cache from 3.0.8 to 3.3.1
This commit is contained in:
Lukasz Lenart
2023-07-21 09:28:30 +02:00
committed by GitHub
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3.0.2
- name: Set up cache
uses: actions/cache@v3.0.8
uses: actions/cache@v3.3.1
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}