diff --git a/action.yml b/action.yml index 22ad3ae..194735d 100644 --- a/action.yml +++ b/action.yml @@ -21,7 +21,7 @@ inputs: description: "Secret GitHub Token (automatically provided by GitHub)" default: ${{ github.token }} runs: - using: "node12" + using: "node20" main: "index.js" branding: icon: "bar-chart-2"