File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
intellij-plugin/src/main/kotlin/com/apollographql/ijplugin/apollodebugserver Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150
150
151
151
# Cache Plugin Verifier IDEs
152
152
- name : Setup Plugin Verifier IDEs Cache
153
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
153
+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
154
154
with :
155
155
path : ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides
156
156
key : plugin-verifier-${{ hashFiles('intellij-plugin/build/listProductsReleases.txt') }}
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ val String.normalizedCacheSimpleName: String
120
120
get() = when (this ) {
121
121
" $apollo3 .cache.normalized.api.MemoryCache" ,
122
122
" $apollo4 .cache.normalized.api.MemoryCache" ,
123
- " com.apollographql.cache.normalized.sql .MemoryCache" ,
123
+ " com.apollographql.cache.normalized.memory .MemoryCache" ,
124
124
-> " MemoryCache"
125
125
126
126
" $apollo3 .cache.normalized.sql.SqlNormalizedCache" ,
You can’t perform that action at this time.
0 commit comments