diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7a59555..f9c49c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: distribution: 'corretto' - name: Cache gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}