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

Node v20 compatibility #82

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Node v20 compatibility #82

wants to merge 2 commits into from

Conversation

knutwannheden
Copy link

@knutwannheden knutwannheden commented Mar 5, 2024

Use new actions which are Node 20 compatible to get rid of warning.

Use new actions which are Node 20 compatible to get rid of warning.
@knutwannheden knutwannheden changed the title node20 Node v20 compatibility Mar 5, 2024
with:
arguments: ${{ env.GRADLE_SWITCHES }} build
- name: publish-snapshots
if: inputs.publish_snapshots && github.event_name != 'pull_request' && github.repository_owner == 'moderneinc'
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v3
Copy link
Contributor

Choose a reason for hiding this comment

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

This has been superseeded by gradle/actions/setup-gradle; we can replace all those usages.

Copy link
Contributor

@timtebeek timtebeek left a comment

Choose a reason for hiding this comment

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

Thanks for this!

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