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 Actions #410

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Update Github Actions #410

merged 1 commit into from
Apr 18, 2024

Conversation

pderop
Copy link
Contributor

@pderop pderop commented Apr 17, 2024

Workflows actions are using some deprecated versions, and they also are not using pinned SHA versions.

let's replace the following:

actions/checkout@v1 -> actions/checkout@b4ffde6 (v4.1.1)
actions/setup-java@v1 -> actions/setup-java@99b8673 (v4.2.1)

note: when needing java 13 for setup-java, 'adopt' distribution is used because 'temurin' distribution does not support java 13.

@pderop pderop added the type/dependency-upgrade A dependency upgrade label Apr 17, 2024
@pderop pderop added this to the 1.0.10.RELEASE milestone Apr 17, 2024
@pderop pderop self-assigned this Apr 17, 2024
@pderop pderop requested review from a team April 17, 2024 16:15
@pderop
Copy link
Contributor Author

pderop commented Apr 17, 2024

@violetagg or @chemicL , can someone of you please check this dependency upgrade PR ?

thanks!

@pderop
Copy link
Contributor Author

pderop commented Apr 18, 2024

@violetagg , thanks!

@pderop pderop merged commit 671f7db into reactor:master Apr 18, 2024
2 checks passed
@pderop pderop deleted the update-gh-actions branch April 18, 2024 07:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/dependency-upgrade A dependency upgrade
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants