GitHub Actions general performance refactoring

This commit is contained in:
Jakub Chrzanowski
2021-09-30 15:32:04 +02:00
committed by Jakub Chrzanowski
parent badb6ae1db
commit d8648e589d
2 changed files with 53 additions and 100 deletions

View File

@@ -9,7 +9,10 @@
### Changed
- Dependencies - upgrade `org.jetbrains.intellij` to `1.2.0`
- Update `pluginVerifierIdeVersions` to `2021.2.2`
- GitHub Actions general performance refactoring
### Removed
- Removed the `pluginVerifierIdeVersions` configuration to use default IDEs list provided by the `listProductsReleases` task for `runPluginVerifier`
## [1.0.0]
### Added