diff --git a/.github/workflows/quality-gate.yml b/.github/workflows/quality-gate.yml index 10eca2c..03825ee 100644 --- a/.github/workflows/quality-gate.yml +++ b/.github/workflows/quality-gate.yml @@ -32,7 +32,7 @@ jobs: cache: maven - name: Cache Maven dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}