mirror of
https://github.com/astral-sh/ruff-action.git
synced 2026-05-12 20:50:14 +02:00
Migrate to ESMBundler and node 24 (#345)
This commit is contained in:
committed by
GitHub
parent
f611dfc122
commit
0be154b683
+2
-2
@@ -30,8 +30,8 @@ outputs:
|
||||
ruff-version:
|
||||
description: "The installed ruff version. Useful when using latest."
|
||||
runs:
|
||||
using: "node20"
|
||||
main: "dist/ruff-action/index.js"
|
||||
using: "node24"
|
||||
main: "dist/ruff-action/index.cjs"
|
||||
branding:
|
||||
icon: "code"
|
||||
color: "black"
|
||||
|
||||
Reference in New Issue
Block a user