update dependencies, rebuild

This commit is contained in:
Arpad Borsos
2026-07-26 16:34:10 +02:00
parent 0e24e5dcec
commit 9f151aca7c
14 changed files with 5617 additions and 2892 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
import * as core from "@actions/core";
import * as exec from "@actions/exec";
import { cleanBin, cleanGit, cleanRegistry, cleanTargetDir } from "./cleanup";
import { CacheConfig, isCacheUpToDate } from "./config";
import { getCacheProvider, reportError } from "./utils";
import { cleanBin, cleanGit, cleanRegistry, cleanTargetDir } from "./cleanup.js";
import { CacheConfig, isCacheUpToDate } from "./config.js";
import { getCacheProvider, reportError } from "./utils.js";
process.on("uncaughtException", (e) => {
core.error(e.message);