diff --git a/.github/workflows/ci-config.yml b/.github/workflows/ci-config.yml index 0eeb3547..164aacd1 100644 --- a/.github/workflows/ci-config.yml +++ b/.github/workflows/ci-config.yml @@ -35,7 +35,7 @@ jobs: java-version: ${{ matrix.java }} - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} @@ -78,7 +78,7 @@ jobs: distribution: 'adopt' java-version: 11 - name: Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}