Skip to content

Commit 623b046

Browse files
committed
Add /v135 to some modules
1 parent f12d868 commit 623b046

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/deps.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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";
1+
export * as core from "https://esm.sh/v135/@actions/core@1.10.1?dts";
2+
export * as exec from "https://esm.sh/v135/@actions/exec@1.1.1?dts";
3+
export * as github from "https://esm.sh/v135/@actions/github@6.0.0?dts";
44
export * as semver from "https://esm.sh/semver@7.6.2?dts";
55
export * as asserts from "https://deno.land/std@0.65.0/testing/asserts.ts";
66
export * as fs from "https://deno.land/std@0.224.0/fs/mod.ts";

0 commit comments

Comments
 (0)