We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Upgrade workflows to use gradle setup-action v4 https://github.com/gradle/actions/tree/main?tab=readme-ov-file#the-setup-gradle-action
Basically just having this
- name: Setup Gradle uses: gradle/actions/setup-gradle@v4
and removing:
gradle/wrapper-validation-action@v1
setup-action@v4
Also would it make sense to update these quick start workflows to use setup-gradle@v4 since the current old gradle-validation action gets now copied to any project created using the template https://github.com/touchlab/KMMBridgeSPMQuickStart/tree/main/.github/workflows
setup-gradle@v4
I did not make ready PR since not sure if you are ok with these?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Upgrade workflows to use gradle setup-action v4 https://github.com/gradle/actions/tree/main?tab=readme-ov-file#the-setup-gradle-action
Basically just having this
and removing:
gradle/wrapper-validation-action@v1
. Thesetup-action@v4
will run internally wrapper validation.setup-action@v4
will take care of gradle related caching and it is enabled by default when using itAlso would it make sense to update these quick start workflows to use
setup-gradle@v4
since the current old gradle-validation action gets now copied to any project created using the template https://github.com/touchlab/KMMBridgeSPMQuickStart/tree/main/.github/workflowsI did not make ready PR since not sure if you are ok with these?
The text was updated successfully, but these errors were encountered: