Skip to content

Commit ef3d049

Browse files
Merge branch 'main' into dependabot/maven/org.springframework.boot-spring-boot-starter-parent-4.0.0
2 parents c2b048d + 901f5ed commit ef3d049

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/workflows/codeql.yml

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

5353
steps:
5454
- name: Checkout repository
55-
uses: actions/checkout@v3
55+
uses: actions/checkout@v6
5656

5757
- uses: actions/setup-java@v5
5858
with:

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# If you do not check out your code, Copilot will do this for you.
3131
steps:
3232
- name: Checkout code
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434

3535
- name: Set up JDK 25
3636
uses: actions/setup-java@v5

.github/workflows/maven_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- name: Set up JDK 25
1616
uses: actions/setup-java@v5
1717
with:

.github/workflows/maven_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717
- name: Set up JDK 25

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ jobs:
5757
5858
- name: Generate GitHub App Token
5959
id: generate_token
60-
uses: actions/create-github-app-token@v1
60+
uses: actions/create-github-app-token@v2
6161
with:
6262
app-id: ${{ secrets.APP_ID }}
6363
private-key: ${{ secrets.APP_PRIVATE_KEY }}
6464

6565
- name: Checkout repository
66-
uses: actions/checkout@v5
66+
uses: actions/checkout@v6
6767
with:
6868
ref: ${{ steps.target_branch.outputs.target_branch }}
6969
fetch-depth: 0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
<plugin>
189189
<groupId>org.sonatype.central</groupId>
190190
<artifactId>central-publishing-maven-plugin</artifactId>
191-
<version>0.6.0</version>
191+
<version>0.9.0</version>
192192
<extensions>true</extensions>
193193
<configuration>
194194
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)