Skip to content

Commit

Permalink
use old tag to see if it fixes the java version issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPughe committed Jun 17, 2024
1 parent d27813b commit cf2097e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-tomcat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: apache/tomcat # Repository name with owner
ref: main # The branch, tag or SHA to checkout
ref: '9.0.78' # The branch, tag or SHA to checkout
path: ./tomcat # Relative path under $GITHUB_WORKSPACE

- name: Setup Java 9
Expand Down

0 comments on commit cf2097e

Please sign in to comment.