File tree Expand file tree Collapse file tree 5 files changed +17
-11
lines changed Expand file tree Collapse file tree 5 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 49
49
50
50
# Validate wrapper
51
51
- name : Gradle Wrapper Validation
52
- uses : gradle/wrapper-validation-action@v1.0.6
52
+ uses : gradle/wrapper-validation-action@v1.1.0
53
53
54
54
# Setup Java environment for the next steps
55
55
- name : Setup Java
60
60
61
61
# Setup Gradle
62
62
- name : Setup Gradle
63
- uses : gradle/gradle-build-action@v2.6.0
63
+ uses : gradle/gradle-build-action@v2.6.1
64
64
65
65
# Set environment variables
66
66
- name : Export Properties
@@ -134,7 +134,7 @@ jobs:
134
134
135
135
# Setup Gradle
136
136
- name : Setup Gradle
137
- uses : gradle/gradle-build-action@v2.6.0
137
+ uses : gradle/gradle-build-action@v2.6.1
138
138
139
139
# Run tests
140
140
- name : Run Tests
@@ -178,7 +178,7 @@ jobs:
178
178
179
179
# Run Qodana inspections
180
180
- name : Qodana - Code Inspection
181
- uses : JetBrains/qodana-action@v2023.1.5
181
+ uses : JetBrains/qodana-action@v2023.2.1
182
182
with :
183
183
cache-default-branch-only : true
184
184
@@ -207,7 +207,7 @@ jobs:
207
207
208
208
# Setup Gradle
209
209
- name : Setup Gradle
210
- uses : gradle/gradle-build-action@v2.6.0
210
+ uses : gradle/gradle-build-action@v2.6.1
211
211
212
212
# Cache Plugin Verifier IDEs
213
213
- name : Setup Plugin Verifier IDEs Cache
Original file line number Diff line number Diff line change 33
33
34
34
# Setup Gradle
35
35
- name : Setup Gradle
36
- uses : gradle/gradle-build-action@v2.6.0
36
+ uses : gradle/gradle-build-action@v2.6.1
37
37
38
38
# Publish the plugin to the Marketplace
39
39
- name : Publish Plugin
Original file line number Diff line number Diff line change @@ -33,26 +33,26 @@ jobs:
33
33
34
34
# Check out current repository
35
35
- name : Fetch Sources
36
- uses : actions/checkout@v3
36
+ uses : actions/checkout@v3.5.2
37
37
38
38
# Setup Java environment for the next steps
39
39
- name : Setup Java
40
- uses : actions/setup-java@v3
40
+ uses : actions/setup-java@v3.11.9
41
41
with :
42
42
distribution : zulu
43
43
java-version : 17
44
44
45
45
# Setup Gradle
46
46
- name : Setup Gradle
47
- uses : gradle/gradle-build-action@v2.6.0
47
+ uses : gradle/gradle-build-action@v2.6.1
48
48
49
49
# Run IDEA prepared for UI testing
50
50
- name : Run IDE
51
51
run : ${{ matrix.runIde }}
52
52
53
53
# Wait for IDEA to be started
54
54
- name : Health Check
55
- uses : jtalk/url-health-check-action@v3
55
+ uses : jtalk/url-health-check-action@v3.1
56
56
with :
57
57
url : http://127.0.0.1:8082
58
58
max-attempts : 15
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
5
5
## [ Unreleased]
6
+ ## [ 1.2.20] - 2023-07-22
7
+
8
+ ### Bug Fixes
9
+
10
+ - Solve some minor issues and update dependencies
11
+
6
12
## [ 1.2.19] - 2023-07-18
7
13
8
14
### Bug Fixes
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ pluginName = IntelliJ Nest Plugin
5
5
pluginRepositoryUrl = https://github.com/KartanHQ/intellij-nestjs
6
6
7
7
# SemVer format -> https://semver.org
8
- pluginVersion = 1.2.19
8
+ pluginVersion = 1.2.20
9
9
10
10
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
11
11
pluginSinceBuild = 222
You can’t perform that action at this time.
0 commit comments