Skip to content

Commit 1b75c22

Browse files
committed
update 2025.1
1 parent 46a4263 commit 1b75c22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Set up JDK 17
2424
uses: actions/setup-java@v3
@@ -32,7 +32,7 @@ jobs:
3232
./gradlew buildPlugin
3333
3434
- name: Upload artifact
35-
uses: actions/upload-artifact@v3.1.0
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: v${{ env.CI_BUILD_VERSION }}
3838
path: build/distributions/*.zip

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ val buildDataList = listOf(
4242
ideaSDKShortVersion = "242",
4343
ideaSDKVersion = "2024.2",
4444
sinceBuild = "233",
45-
untilBuild = "243.*",
45+
untilBuild = "251.*",
4646
)
4747
)
4848

0 commit comments

Comments
 (0)