We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f12d868 + 623b046 commit 64d7965Copy full SHA for 64d7965
src/deps.ts
@@ -1,6 +1,6 @@
1
-export * as core from "https://esm.sh/@actions/core@1.10.1?dts";
2
-export * as exec from "https://esm.sh/@actions/exec@1.1.1?dts";
3
-export * as github from "https://esm.sh/@actions/github@6.0.0?dts";
+export * as core from "https://esm.sh/v135/@actions/core@1.10.1?dts";
+export * as exec from "https://esm.sh/v135/@actions/exec@1.1.1?dts";
+export * as github from "https://esm.sh/v135/@actions/github@6.0.0?dts";
4
export * as semver from "https://esm.sh/semver@7.6.2?dts";
5
export * as asserts from "https://deno.land/std@0.65.0/testing/asserts.ts";
6
export * as fs from "https://deno.land/std@0.224.0/fs/mod.ts";
0 commit comments