Skip to content

Commit 8ceeaa0

Browse files
committed
gitgub action for jdk 20
Signed-off-by: muhamadto <muhamadto@gmail.com>
1 parent 800512f commit 8ceeaa0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
COST_CENTRE: ${{ env.COST_CENTRE }}
5959
run: ./mvnw -ntp -Pnative clean package -DskipTests=true
6060
- name: cdk diff
61-
uses: muhamadto/aws-cdk-github-actions@v2
61+
uses: muhamadto/aws-cdk-github-actions@v3
6262
with:
6363
cdk_subcommand: 'diff'
6464
actions_comment: false
6565
- name: cdk deploy
66-
uses: muhamadto/aws-cdk-github-actions@v2
66+
uses: muhamadto/aws-cdk-github-actions@v3
6767
with:
6868
cdk_subcommand: 'deploy'
6969
cdk_args: '--require-approval never'

0 commit comments

Comments
 (0)