@@ -59,14 +59,14 @@ jobs:
5959
6060 # Cache Gradle Dependencies
6161 - name : Setup Gradle Dependencies Cache
62- uses : actions/cache@v3.0.11
62+ uses : actions/cache@v3.2.2
6363 with :
6464 path : ~/.gradle/caches
6565 key : ${{ runner.os }}-${{ matrix.idea_version }}-${{ matrix.php_plugin_version }}-gradle-caches-${{ hashFiles('**/*.gradle', 'gradle.properties') }}
6666
6767 # Cache Gradle Wrapper
6868 - name : Setup Gradle Wrapper Cache
69- uses : actions/cache@v3.0.11
69+ uses : actions/cache@v3.2.2
7070 with :
7171 path : ~/.gradle/wrapper
7272 key : ${{ runner.os }}-${{ matrix.idea_version }}-${{ matrix.php_plugin_version }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
@@ -124,14 +124,14 @@ jobs:
124124
125125 # Cache Gradle Dependencies
126126 - name : Setup Gradle Dependencies Cache
127- uses : actions/cache@v3.0.11
127+ uses : actions/cache@v3.2.2
128128 with :
129129 path : ~/.gradle/caches
130130 key : ${{ runner.os }}-${{ matrix.idea_version }}-${{ matrix.php_plugin_version }}-gradle-caches-${{ hashFiles('**/*.gradle', 'gradle.properties') }}
131131
132132 # Cache Gradle Wrapper
133133 - name : Setup Gradle Wrapper Cache
134- uses : actions/cache@v3.0.11
134+ uses : actions/cache@v3.2.2
135135 with :
136136 path : ~/.gradle/wrapper
137137 key : ${{ runner.os }}-${{ matrix.idea_version }}-${{ matrix.php_plugin_version }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
@@ -219,14 +219,14 @@ jobs:
219219
220220 # Cache Gradle Dependencies
221221 - name : Setup Gradle Dependencies Cache
222- uses : actions/cache@v3.0.11
222+ uses : actions/cache@v3.2.2
223223 with :
224224 path : ~/.gradle/caches
225225 key : ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts', 'gradle.properties') }}
226226
227227 # Cache Gradle Wrapper
228228 - name : Setup Gradle Wrapper Cache
229- uses : actions/cache@v3.0.11
229+ uses : actions/cache@v3.2.2
230230 with :
231231 path : ~/.gradle/wrapper
232232 key : ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}
@@ -242,7 +242,7 @@ jobs:
242242 echo "::set-output name=pluginVerifierHomeDir::~/.pluginVerifier"
243243 # Cache Plugin Verifier IDEs
244244 - name : Setup Plugin Verifier IDEs Cache
245- uses : actions/cache@v3.0.11
245+ uses : actions/cache@v3.2.2
246246 with :
247247 path : ${{ steps.properties.outputs.pluginVerifierHomeDir }}/ides
248248 key : ${{ runner.os }}-plugin-verifier-${{ steps.properties.outputs.ideVersions }}
0 commit comments