Upgrade the module to ESM and bump dependencies

This commit is contained in:
Daniel Kennedy
2026-02-25 12:57:27 -05:00
parent 47309c993a
commit f119f587c2
19 changed files with 2811 additions and 2234 deletions

View File

@@ -1,6 +1,6 @@
import * as core from '@actions/core'
import {Inputs} from './constants'
import {MergeInputs} from './merge-inputs'
import {Inputs} from './constants.js'
import {MergeInputs} from './merge-inputs.js'
/**
* Helper to get all the inputs for the action