diff --git a/.github/workflows/ide-diff-builder.yml b/.github/workflows/ide-diff-builder.yml index 41954c798d..ccdcc9de7d 100644 --- a/.github/workflows/ide-diff-builder.yml +++ b/.github/workflows/ide-diff-builder.yml @@ -44,14 +44,14 @@ jobs: # Cache Gradle dependencies - name: Setup Gradle Dependencies Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }} # Cache Gradle Wrapper - name: Setup Gradle Wrapper Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} diff --git a/.github/workflows/intellij-feature-extractor.yml b/.github/workflows/intellij-feature-extractor.yml index a55ff67a8d..1c8ef7c078 100644 --- a/.github/workflows/intellij-feature-extractor.yml +++ b/.github/workflows/intellij-feature-extractor.yml @@ -44,14 +44,14 @@ jobs: # Cache Gradle dependencies - name: Setup Gradle Dependencies Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }} # Cache Gradle Wrapper - name: Setup Gradle Wrapper Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} diff --git a/.github/workflows/intellij-plugin-structure.yml b/.github/workflows/intellij-plugin-structure.yml index 87960252e6..5804ff8321 100644 --- a/.github/workflows/intellij-plugin-structure.yml +++ b/.github/workflows/intellij-plugin-structure.yml @@ -44,14 +44,14 @@ jobs: # Cache Gradle dependencies - name: Setup Gradle Dependencies Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }} # Cache Gradle Wrapper - name: Setup Gradle Wrapper Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} diff --git a/.github/workflows/intellij-plugin-verifier.yml b/.github/workflows/intellij-plugin-verifier.yml index 64acde2d92..e23758feaf 100644 --- a/.github/workflows/intellij-plugin-verifier.yml +++ b/.github/workflows/intellij-plugin-verifier.yml @@ -44,14 +44,14 @@ jobs: # Cache Gradle dependencies - name: Setup Gradle Dependencies Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }} # Cache Gradle Wrapper - name: Setup Gradle Wrapper Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }} diff --git a/.github/workflows/plugins-verifier-service.yml b/.github/workflows/plugins-verifier-service.yml index f4aeb1f705..1a21eb8a7a 100644 --- a/.github/workflows/plugins-verifier-service.yml +++ b/.github/workflows/plugins-verifier-service.yml @@ -44,14 +44,14 @@ jobs: # Cache Gradle dependencies - name: Setup Gradle Dependencies Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }} # Cache Gradle Wrapper - name: Setup Gradle Wrapper Cache - uses: actions/cache@v4.0.2 + uses: actions/cache@v4.1.1 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}