Skip to content

Bump actions/setup-java from e54a62b3df9364d4b4c1c29c7225e57fe605d7dd to 1253a7eed45cc6191dc4bd9cacd3542878479569 #6328

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: checkout
uses: actions/checkout@d171c3b028d844f2bf14e9fdec0c58114451e4bf
- name: setup java
uses: actions/setup-java@e54a62b3df9364d4b4c1c29c7225e57fe605d7dd
uses: actions/setup-java@1253a7eed45cc6191dc4bd9cacd3542878479569
with:
java-version: '11'
java-package: jdk
Expand Down