Skip to content

Commit 11fc7cf

Browse files
author
flawmop
committed
Update workflow action versions
1 parent 296f325 commit 11fc7cf

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/acceptance-stage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-22.04
3939
steps:
4040
- name: Deliver application to production
41-
uses: peter-evans/repository-dispatch@v2.1.2
41+
uses: peter-evans/repository-dispatch@v3.0.0
4242
with:
4343
token: ${{ secrets.DISPATCH_TOKEN }}
4444
repository: ${{ env.OWNER }}/${{ env.DEPLOY_REPO }}

.github/workflows/commit-stage.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
security-events: write
1919
steps:
2020
- name: Checkout source code
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4.1.7
2222
- name: Set up JDK
23-
uses: actions/setup-java@v3
23+
uses: actions/setup-java@v4.2.2
2424
with:
2525
distribution: temurin
2626
java-version: 17
@@ -56,9 +56,9 @@ jobs:
5656
security-events: write
5757
steps:
5858
- name: Checkout source code
59-
uses: actions/checkout@v3
59+
uses: actions/checkout@v4.1.7
6060
- name: Set up JDK
61-
uses: actions/setup-java@v3
61+
uses: actions/setup-java@v4.2.2
6262
with:
6363
distribution: temurin
6464
java-version: 17
@@ -76,7 +76,7 @@ jobs:
7676
fail-build: false
7777
severity-cutoff: high
7878
- name: Log into container registry
79-
uses: docker/login-action@v2
79+
uses: docker/login-action@v3.3.0
8080
with:
8181
registry: ${{ env.REGISTRY }}
8282
username: ${{ github.actor }}
@@ -93,7 +93,7 @@ jobs:
9393
runs-on: ubuntu-22.04
9494
steps:
9595
- name: Deliver dev candidate
96-
uses: peter-evans/repository-dispatch@v2.1.2
96+
uses: peter-evans/repository-dispatch@v3.0.0
9797
with:
9898
token: ${{ secrets.DISPATCH_TOKEN }}
9999
repository: ${{ env.OWNER }}/${{ env.DEPLOY_REPO }}

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.2.2'
3+
id 'org.springframework.boot' version '3.2.5'
44
id 'io.spring.dependency-management' version '1.1.4'
55
}
66

0 commit comments

Comments
 (0)