diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index ebd97192..0c8f6b07 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -27,7 +27,7 @@ jobs: - name: Restore Gradle cache id: cache-gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches @@ -99,7 +99,7 @@ jobs: - name: Restore Gradle cache id: cache-gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 1dbf4bcc..ff99314e 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -30,7 +30,7 @@ jobs: java-version: 11 - name: Restore Gradle cache id: cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 21e6830e..dbdfcc5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -104,7 +104,7 @@ jobs: - name: Restore Gradle cache if: ${{ matrix.repository.enabled == true }} id: cache-gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches diff --git a/.github/workflows/sandbox.yml b/.github/workflows/sandbox.yml index 426ffef2..472b272f 100644 --- a/.github/workflows/sandbox.yml +++ b/.github/workflows/sandbox.yml @@ -61,7 +61,7 @@ jobs: - name: Restore libmongoc cache if: ${{ github.event.inputs.runAtEnd == 'true' && startsWith(matrix.os.runner, github.event.inputs.runner) }} id: cache-libmongoc - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | scripts/build @@ -80,7 +80,7 @@ jobs: - name: Restore Gradle cache if: ${{ github.event.inputs.runAtEnd == 'true' && startsWith(matrix.os.runner, github.event.inputs.runner) }} id: cache-gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | ~/.gradle/caches