Skip to content

Commit

Permalink
Upgrade GitHub Action to setup-java@4
Browse files Browse the repository at this point in the history
  • Loading branch information
jkosternl committed Sep 20, 2024
1 parent 9cc50b5 commit c6236b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "sha: $COMMIT_SHA"
- name: Set up Java JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo "sha: $COMMIT_SHA"
- name: Set up Java JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
Expand Down

0 comments on commit c6236b8

Please sign in to comment.