diff --git a/.github/workflows/release-beta.yml b/.github/workflows/release-beta.yml index 59f3e76..6fba9ed 100644 --- a/.github/workflows/release-beta.yml +++ b/.github/workflows/release-beta.yml @@ -22,7 +22,7 @@ jobs: bundler-cache: true - name: Cache Gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.gradle/caches/ key: cache-clean-gradle-${{ matrix.os }}-${{ matrix.jdk }} diff --git a/.github/workflows/release-prod.yml b/.github/workflows/release-prod.yml index 0379870..47dac66 100644 --- a/.github/workflows/release-prod.yml +++ b/.github/workflows/release-prod.yml @@ -18,7 +18,7 @@ jobs: bundler-cache: true - name: Cache Gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.gradle/caches/ key: cache-clean-gradle-${{ matrix.os }}-${{ matrix.jdk }}