diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 07a7e75..a5f7b39 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -15,13 +15,13 @@ jobs: uses: actions/checkout@v4 - name: Cache Gradle dependencies - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts') }} - name: Cache Gradle wrapper - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} diff --git a/.github/workflows/build-test-documentation.yaml b/.github/workflows/build-test-documentation.yaml index af2a82d..1a20188 100644 --- a/.github/workflows/build-test-documentation.yaml +++ b/.github/workflows/build-test-documentation.yaml @@ -18,13 +18,13 @@ jobs: uses: actions/checkout@v4 - name: Cache Gradle dependencies - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts') }} - name: Cache Gradle wrapper - uses: actions/cache@v4.1.1 + uses: actions/cache@v4.1.2 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}