Skip to content
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

Fix readme and separate workflows #3

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

t3t5u
Copy link

@t3t5u t3t5u commented Sep 11, 2024

No description provided.

- name: Set up JDK 1.8
uses: actions/setup-java@v1
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/actions/setup-java/blob/main/docs/switching-to-v2.md#dropping-legacy-java-version-syntax-1x

V1 supported legacy Java syntax such as 1.8 (same as 8) and 1.8.0.212 (same as 8.0.212).
V2 dropped support for legacy syntax so workflows should be updated accordingly.

@NamedPython NamedPython merged commit 97da014 into main Sep 12, 2024
1 check passed
@t3t5u t3t5u deleted the fix_readme_and_separate_workflows branch September 13, 2024 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants