diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 715f83e..897d1f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: distribution: 'temurin' cache: maven - name: Cache Maven packages - uses: actions/cache@v3.3.2 + uses: actions/cache@v4.0.0 with: path: ~/.m2 key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}