chore: bump actions/cache from 4.0.2 to 4.1.1 (#1925)

This commit is contained in:
dependabot[bot]
2024-10-26 14:25:04 +02:00
committed by GitHub
parent 6bbd3cb66b
commit e2c2d425cb
3 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ jobs:
java-version: 21
architecture: x64
- name: Cache Maven packages
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
path: ~/.m2
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}