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

CORE-69: update to latest github actions; action cleanup #190

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

davidangb
Copy link
Collaborator

  • Use the latest versions of github actions
  • Use setup-java's cache for gradle instead of an explicit call to actions/cache
  • remove an extraneous/unknown input on google-github-actions/auth

~/.gradle/wrapper
key: v1-${{ runner.os }}-gradle-${{ hashfiles('**/gradle-wrapper.properties') }}-${{ hashFiles('**/*.gradle') }}
restore-keys: v1-${{ runner.os }}-gradle-${{ hashfiles('**/gradle-wrapper.properties') }}
cache: 'gradle'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

setup-java now has built-in caching for gradle; use that instead of managing our own via actions/cache@v3

with:
version: '411.0.0'
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

google-github-actions/auth does not accept a version input. Perhaps this got mixed up with the setup-gcloud call just below it? Regardless, this input did nothing other than give a red squiggly in IntelliJ.

@davidangb davidangb requested review from a team, kevinpalis and dvoet and removed request for a team February 10, 2025 15:51
Copy link

@kevinpalis kevinpalis left a comment

Choose a reason for hiding this comment

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

LGTM

@davidangb davidangb merged commit 394b341 into master Feb 10, 2025
4 checks passed
@davidangb davidangb deleted the da_CORE-69_updateActions branch February 10, 2025 17:59
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.

3 participants