From 98c109c98eda53acbb1b31f40db0252573df17fc Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Tue, 23 Apr 2024 15:05:44 -0700 Subject: [PATCH] Testing workflows --- .github/actions/cache-key/action.mjs | 2 +- .github/actions/cache-key/dist/action.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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], {