feat: switch to @ambi-robotics/cache backend

This commit is contained in:
Matthew Matl 2024-04-17 03:44:01 -07:00
parent 0c45773b62
commit 4c96456d46
No known key found for this signature in database
9 changed files with 155232 additions and 174058 deletions

View file

@ -1,4 +1,4 @@
import * as cache from "@actions/cache";
import * as cache from "@ambi-robotics/cache";
import * as core from "@actions/core";
import { Events, Inputs, Outputs, State } from "./constants";