diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 46b14cf03..0df8e8f4a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -45,17 +45,10 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} restore-keys: ${{ runner.os }}-gradle - - name: Cache plugin downloads - uses: actions/cache@v3 - with: - path: $GITHUB_WORKSPACE/dependencies - key: ${{ matrix.IDEA_VERSION }}-downloads-${{ hashFiles('downloads/**') }} - restore-keys: ${{ matrix.IDEA_VERSION }}-downloads - - name: Cache intelliJ downloads uses: actions/cache@v3 with: - path: $GITHUB_WORKSPACE/idea-IU + path: $GITHUB_WORKSPACE/idea key: ${{ matrix.IDEA_VERSION }}-idea-${{ hashFiles('ideaIU-${{ matrix.IDEA_VERSION }}/**') }} restore-keys: ${{ matrix.IDEA_VERSION }}-idea diff --git a/.github/workflows/prerelease.yaml b/.github/workflows/prerelease.yaml index b4f97ab25..01721a6d8 100644 --- a/.github/workflows/prerelease.yaml +++ b/.github/workflows/prerelease.yaml @@ -67,17 +67,10 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} restore-keys: ${{ runner.os }}-gradle - - name: Cache plugin downloads - uses: actions/cache@v3 - with: - path: $GITHUB_WORKSPACE/dependencies - key: ${{ matrix.IDEA_VERSION }}-downloads-${{ hashFiles('downloads/**') }} - restore-keys: ${{ matrix.IDEA_VERSION }}-downloads - - name: Cache intelliJ downloads uses: actions/cache@v3 with: - path: $GITHUB_WORKSPACE/idea-IU + path: $GITHUB_WORKSPACE/idea key: ${{ matrix.IDEA_VERSION }}-idea-${{ hashFiles('ideaIU-${{ matrix.IDEA_VERSION }}/**') }} restore-keys: ${{ matrix.IDEA_VERSION }}-idea diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6efd24f47..1c5183d0c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -76,17 +76,10 @@ jobs: key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }} restore-keys: ${{ runner.os }}-gradle - - name: Cache plugin downloads - uses: actions/cache@v3 - with: - path: $GITHUB_WORKSPACE/dependencies - key: ${{ matrix.IDEA_VERSION }}-downloads-${{ hashFiles('downloads/**') }} - restore-keys: ${{ matrix.IDEA_VERSION }}-downloads - - name: Cache intelliJ downloads uses: actions/cache@v3 with: - path: $GITHUB_WORKSPACE/idea-IU + path: $GITHUB_WORKSPACE/idea key: ${{ matrix.IDEA_VERSION }}-idea-${{ hashFiles('ideaIU-${{ matrix.IDEA_VERSION }}/**') }} restore-keys: ${{ matrix.IDEA_VERSION }}-idea