diff --git a/.github/workflows/release-app.yml b/.github/workflows/release-app.yml index 097da7a6..8ef6ff46 100644 --- a/.github/workflows/release-app.yml +++ b/.github/workflows/release-app.yml @@ -63,7 +63,7 @@ jobs: java-version: '21' distribution: 'temurin' - name: Cache SonarCloud packages - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.sonar/cache key: ${{ runner.os }}-sonar @@ -118,7 +118,7 @@ jobs: with: node-version: 20 - name: Cache Maven packages - uses: actions/cache@v1 + uses: actions/cache@v4 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}