mirror of
				https://github.com/JetBrains/intellij-platform-plugin-template.git
				synced 2025-06-13 13:04:09 +00:00 
			
		
		
		
	Dependencies (GitHub Actions) - upgrade actions/cache to 4
				
					
				
			This commit is contained in:
		
							parent
							
								
									dc158f24c4
								
							
						
					
					
						commit
						9726f523c5
					
				
							
								
								
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/build.yml
									
									
									
									
										vendored
									
									
								
							@ -207,7 +207,7 @@ jobs:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
      # Cache Plugin Verifier IDEs
 | 
					      # Cache Plugin Verifier IDEs
 | 
				
			||||||
      - name: Setup Plugin Verifier IDEs Cache
 | 
					      - name: Setup Plugin Verifier IDEs Cache
 | 
				
			||||||
        uses: actions/cache@v3
 | 
					        uses: actions/cache@v4
 | 
				
			||||||
        with:
 | 
					        with:
 | 
				
			||||||
          path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
 | 
					          path: ${{ needs.build.outputs.pluginVerifierHomeDir }}/ides
 | 
				
			||||||
          key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}
 | 
					          key: plugin-verifier-${{ hashFiles('build/listProductsReleases.txt') }}
 | 
				
			||||||
 | 
				
			|||||||
@ -14,6 +14,7 @@
 | 
				
			|||||||
- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `4`
 | 
					- Dependencies (GitHub Actions) - upgrade `actions/upload-artifact` to `4`
 | 
				
			||||||
- Dependencies (GitHub Actions) - upgrade `codecov/codecov-action` to `4`
 | 
					- Dependencies (GitHub Actions) - upgrade `codecov/codecov-action` to `4`
 | 
				
			||||||
- Dependencies (GitHub Actions) - upgrade `gradle/wrapper-validation-action` to `2`
 | 
					- Dependencies (GitHub Actions) - upgrade `gradle/wrapper-validation-action` to `2`
 | 
				
			||||||
 | 
					- Dependencies (GitHub Actions) - upgrade `actions/cache` to `4`
 | 
				
			||||||
- Gradle - upgrade `org.gradle.toolchains.foojay-resolver-convention` to `0.8.0`
 | 
					- Gradle - upgrade `org.gradle.toolchains.foojay-resolver-convention` to `0.8.0`
 | 
				
			||||||
- Gradle - cleanup the `jvmToolchain` setup
 | 
					- Gradle - cleanup the `jvmToolchain` setup
 | 
				
			||||||
- Run Configurations - `Run Qodana` runs the `qodanaScan` Gradle task
 | 
					- Run Configurations - `Run Qodana` runs the `qodanaScan` Gradle task
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user