Skip to content

Commit c82a889

Browse files
committed
Merge branch 'main' of github.com:tschallacka/phpstorm-xdebug-skip into main
2 parents 9964120 + a5b797b commit c82a889

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
4242
# Check out current repository
4343
- name: Fetch Sources
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v4
4545

4646
# Validate wrapper
4747
- name: Gradle Wrapper Validation
48-
uses: gradle/wrapper-validation-action@v1.0.6
48+
uses: gradle/wrapper-validation-action@v1.1.0
4949

5050
# Setup Java environment for the next steps
5151
- name: Setup Java
@@ -107,7 +107,7 @@ jobs:
107107

108108
# Check out current repository
109109
- name: Fetch Sources
110-
uses: actions/checkout@v3
110+
uses: actions/checkout@v4
111111

112112
# Setup Java environment for the next steps
113113
- name: Setup Java
@@ -151,7 +151,7 @@ jobs:
151151

152152
# Check out current repository
153153
- name: Fetch Sources
154-
uses: actions/checkout@v3
154+
uses: actions/checkout@v4
155155

156156
# Setup Java environment for the next steps
157157
- name: Setup Java
@@ -162,7 +162,7 @@ jobs:
162162

163163
# Run Qodana inspections
164164
- name: Qodana - Code Inspection
165-
uses: JetBrains/qodana-action@v2023.1.5
165+
uses: JetBrains/qodana-action@v2023.2.6
166166
with:
167167
cache-default-branch-only: true
168168

@@ -175,7 +175,7 @@ jobs:
175175

176176
# Check out current repository
177177
- name: Fetch Sources
178-
uses: actions/checkout@v3
178+
uses: actions/checkout@v4
179179

180180
# Setup Java environment for the next steps
181181
- name: Setup Java
@@ -220,7 +220,7 @@ jobs:
220220

221221
# Check out current repository
222222
- name: Fetch Sources
223-
uses: actions/checkout@v3
223+
uses: actions/checkout@v4
224224

225225
# Setup Java environment for the next steps
226226
- name: Setup Java

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
# Check out current repository
2222
- name: Fetch Sources
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
ref: ${{ github.event.release.tag_name }}
2626

.github/workflows/run-ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
# Check out current repository
3535
- name: Fetch Sources
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737

3838
# Setup Java environment for the next steps
3939
- name: Setup Java

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ annotations = "24.0.1"
44

55
# plugins
66
kotlin = "1.9.0"
7-
changelog = "2.1.2"
7+
changelog = "2.2.0"
88
gradleIntelliJPlugin = "1.15.0"
99
qodana = "0.1.13"
1010
kover = "0.7.2"

0 commit comments

Comments
 (0)