From ae203d611ee4e3b05211b3c71dd5a08121a39647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 11:33:11 +0000 Subject: [PATCH] build(deps): bump actions/cache from 2.1.6 to 4.0.2 Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 4.0.2. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v2.1.6...v4.0.2) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ide-diff-builder.yml | 4 ++-- .github/workflows/intellij-feature-extractor.yml | 4 ++-- .github/workflows/intellij-plugin-structure.yml | 4 ++-- .github/workflows/intellij-plugin-verifier.yml | 4 ++-- .github/workflows/plugins-verifier-service.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ide-diff-builder.yml b/.github/workflows/ide-diff-builder.yml index 829c4eb5de..15e939be8b 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@v2.1.6 + uses: actions/cache@v4.0.2 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@v2.1.6 + uses: actions/cache@v4.0.2 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 15d264b7ca..f0b7527d8b 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@v2.1.6 + uses: actions/cache@v4.0.2 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@v2.1.6 + uses: actions/cache@v4.0.2 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 c99cce914b..be909eaf5d 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@v2.1.6 + uses: actions/cache@v4.0.2 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@v2.1.6 + uses: actions/cache@v4.0.2 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 f617d42704..dcdc4ea7ee 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@v2.1.6 + uses: actions/cache@v4.0.2 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@v2.1.6 + uses: actions/cache@v4.0.2 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 7d195d3511..de4ac679cc 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@v2.1.6 + uses: actions/cache@v4.0.2 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@v2.1.6 + uses: actions/cache@v4.0.2 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}