Merge pull request #753 from apache/dependabot/github_actions/actions/cache-3.3.2

Bump actions/cache from 3.3.1 to 3.3.2
This commit is contained in:
Kusal Kithul-Godage
2023-09-18 18:35:27 +10:00
committed by GitHub
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up cache
uses: actions/cache@v3.3.1
uses: actions/cache@v3.3.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}