diff --git a/.github/actions/cache-key/action.mjs b/.github/actions/cache-key/action.mjs index fc5c0d0a66..553c28c0d5 100644 --- a/.github/actions/cache-key/action.mjs +++ b/.github/actions/cache-key/action.mjs @@ -1,4 +1,4 @@ -import { spawnSync } from "node:fs"; +import { spawnSync } from "node:child_process"; import { createHash } from "node:crypto"; import { getInput, setOutput } from "@actions/core"; diff --git a/.github/actions/cache-key/dist/action.mjs b/.github/actions/cache-key/dist/action.mjs index c03cddfd97..4821b9798c 100644 --- a/.github/actions/cache-key/dist/action.mjs +++ b/.github/actions/cache-key/dist/action.mjs @@ -18045,7 +18045,7 @@ var require_core = __commonJS((exports) => { // action.mjs var core = __toESM(require_core(), 1); -import {spawnSync} from "node:fs"; +import {spawnSync} from "node:child_process"; import {createHash} from "node:crypto"; var getCacheKey = function() { const { error, status, stdout, stderr } = spawnSync("git", ["ls-files", "-s", ...paths], {