Skip to content

Commit

Permalink
Update tomcat.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s50600822 authored Sep 5, 2024
1 parent fe6ae4d commit f8779f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tomcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ jobs:

steps:
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'temurin'

- name: Download Apache Tomcat 9.0.90
run: |
Expand Down

0 comments on commit f8779f9

Please sign in to comment.