We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dced740 commit 3f23f68Copy full SHA for 3f23f68
.github/workflows/build.yaml
@@ -235,7 +235,7 @@ jobs:
235
uses: gradle/actions/setup-gradle@v5
236
-
237
name: Set up IDEs cache
238
- uses: actions/cache@v4
+ uses: actions/cache@v5
239
with:
240
path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
241
key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}
.github/workflows/docs.yaml
@@ -25,7 +25,7 @@ jobs:
25
architecture: x64
26
27
name: Set up cache
28
29
30
path: ~/.cache/pip
31
key: ${{ runner.os }}-pip-${{ hashFiles('docs/requirements.txt') }}
0 commit comments