mirror of
https://github.com/Swatinem/rust-cache
synced 2026-07-30 10:03:52 +00:00
update dependencies, rebuild
This commit is contained in:
parent
0e24e5dcec
commit
9f151aca7c
14 changed files with 5617 additions and 2892 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue