Skip to content

Commit 292ef31

Browse files
committed
update checkout action to v6
update plugins
1 parent c8d1a3d commit 292ef31

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
java: [17, 21, 25]
1515
name: Gradle Build without Publish
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- name: Setup git user
1919
run: |
2020
git config --global user.name "Nebula Plugin Maintainers"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
NETFLIX_OSS_REPO_USERNAME: ${{ secrets.ORG_NETFLIXOSS_USERNAME }}
2222
NETFLIX_OSS_REPO_PASSWORD: ${{ secrets.ORG_NETFLIXOSS_PASSWORD }}
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525
- name: Setup git user
2626
run: |
2727
git config --global user.name "Nebula Plugin Maintainers"

settings.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pluginManagement {
22
plugins {
3-
id("com.netflix.nebula.root") version ("25.0.2")
4-
id("com.netflix.nebula.plugin-plugin") version ("25.0.2")
5-
id("com.netflix.nebula.library") version ("25.0.2")
3+
id("com.netflix.nebula.root") version ("25.+")
4+
id("com.netflix.nebula.plugin-plugin") version ("25.+")
5+
id("com.netflix.nebula.library") version ("25.+")
66
}
77
}
88
plugins {

0 commit comments

Comments
 (0)