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

Update github's actions for prison's internal build process when committing to github: gradle.yml #271

Merged
merged 2 commits into from
Sep 15, 2024

Conversation

rbluer
Copy link
Collaborator

@rbluer rbluer commented Sep 14, 2024

File changed: gradle.yml

Reason: github has disabled the use of v1 and v2 of most actions and therefore prison's build process fails when source is checked in. This is a critical update to allow the builds to work properly.

Github updated their actions, whereas the checkout and upload-artifact are currently at v4 and v1 and v2 has been disabled and must change. v3 will be disabled in about 2 months, so only makes sense to update to v4. actions/setup-java has also been updated to v2, but not sure if v1 is yet depricated; updating now to bypass near future issues if it will too be disabled.

Github updated their actions, whereas the checkout and upload-artifact are currently at v4 and v1 and v2 has been disabled and must change. v3 will be disabled in about 2 months, so only makes sense to update to v4.
actions/setup-java has also been updated to v2, but not sure if v1 is yet depricated; updating now to bypass near future issues if it will too be disabled.
@rbluer rbluer added the dependencies Pull requests that update a dependency file label Sep 14, 2024
@rbluer rbluer self-assigned this Sep 14, 2024
Revert to actions/setup-java@v1 since @v2 failed and I do not have the time to figure it out.  v1 was working, and not producing any errors... sooo....
@rbluer rbluer merged commit ea4f4f4 into master Sep 15, 2024
3 checks passed
@rbluer rbluer deleted the rbluer-patch-4 branch September 15, 2024 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants