File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 53
53
54
54
# Setup Gradle
55
55
- name : Setup Gradle
56
- uses : gradle/gradle-build-action@v2.6.0
56
+ uses : gradle/gradle-build-action@v2.6.1
57
57
58
58
# Set environment variables
59
59
- name : Export Properties
@@ -125,7 +125,7 @@ jobs:
125
125
126
126
# Setup Gradle
127
127
- name : Setup Gradle
128
- uses : gradle/gradle-build-action@v2.6.0
128
+ uses : gradle/gradle-build-action@v2.6.1
129
129
130
130
# Cache Plugin Verifier IDEs
131
131
- name : Setup Plugin Verifier IDEs Cache
@@ -164,7 +164,7 @@ jobs:
164
164
# Run Qodana inspections
165
165
- name : Qodana - Code Inspection
166
166
if : ${{ github.actor != 'dependabot[bot]' }}
167
- uses : JetBrains/qodana-action@v2023.1.5
167
+ uses : JetBrains/qodana-action@v2023.2.1
168
168
with :
169
169
cache-default-branch-only : true
170
170
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ 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
49
49
50
50
# Wait for IDEA to be started
51
51
- name : Health Check
52
- uses : jtalk/url-health-check-action@v3
52
+ uses : jtalk/url-health-check-action@v3.1
53
53
with :
54
54
url : http://127.0.0.1:8082
55
55
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.21] - 2023-07-22
7
+
8
+ ### Bug Fixes
9
+
10
+ - Solve some minor issues and update dependencies
11
+
6
12
## [ 1.2.20] - 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 Next.js Plugin
5
5
pluginRepositoryUrl = https://github.com/nekofar/intellij-nextjs
6
6
7
7
# SemVer format -> https://semver.org
8
- pluginVersion = 1.2.20
8
+ pluginVersion = 1.2.21
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