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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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') }}

View File

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

View File

@ -37,7 +37,7 @@ jobs:
architecture: x64
#Uses an action to set up a cache using a certain key based on the hash of the dependencies
- name: Cache Maven packages
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.1
with:
path: ~/.m2
key: ubuntu-latest-m2-${{ hashFiles('**/pom.xml') }}