Skip to content

Update GitHub action workflows #322

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
merged 1 commit into from
Nov 14, 2024
Merged

Conversation

tylervz
Copy link
Contributor

@tylervz tylervz commented Jun 21, 2024

Update the GitHub actions workflows to use the latest version of multiple actions, including actions/checkout, actions/setup-java, and actions/cache, :

https://github.com/actions/checkout/tags
https://github.com/actions/setup-java/tags
https://github.com/actions/cache?tab=readme-ov-file#v4

@tylervz
Copy link
Contributor Author

tylervz commented Nov 14, 2024

@matrei I updated all the uses of gradle/actions/setup-gradle to v4 and declared them with

- name: Setup Gradle
  uses: gradle/actions/setup-gradle@v4
  with:
    develocity-access-key: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}

I also switched any Adopt JDKs to liberica.

@tylervz
Copy link
Contributor Author

tylervz commented Nov 14, 2024

@matrei this PR is now ready to be reviewed again

Copy link
Contributor

@matrei matrei left a comment

Choose a reason for hiding this comment

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

Thanks, looks good! If it's possible, try to not force-push changes on review feedback. It's much easier review when there are separate commits. We can squash them before merging anyway so it will only be one commit on the main branch.

@matrei matrei changed the title chore: update GitHub actions workflows Update GitHub action workflows Nov 14, 2024
@matrei matrei merged commit a5c8faa into apache:master Nov 14, 2024
2 checks passed
@tylervz tylervz deleted the updateGhActions branch November 14, 2024 21:43
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