Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
- run action with node20
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz committed Jan 25, 2024
1 parent 52d5089 commit ad852f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ inputs:
description: 'Enables support for gradle versions below 7.5. Note: If enabled, all properties are read by the action as `--property` was only introduced in Gradle 7.5 or newer.'
default: 'false'
runs:
using: 'node16'
using: 'node20'
main: 'dist/index.js'

0 comments on commit ad852f9

Please sign in to comment.