Skip to content

Commit

Permalink
Update aws-ec2-dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
essential2189 authored Feb 4, 2024
1 parent f6ed4fa commit f8d579a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws-ec2-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: actions/checkout@v3

- name: Install JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'corretto'
distribution: 'temurin'

- name: Set Yaml
uses: microsoft/variable-substitution@v1
Expand Down

0 comments on commit f8d579a

Please sign in to comment.