Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 4 additions & 4 deletions fetch.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const core = require("@actions/core");
const { execSync } = require("child_process");
const cache = require("@actions/cache");
const { parseBooleanInput, buildBaseConfig } = require("./utils");
import * as core from "@actions/core";
import { execSync } from "child_process";
import * as cache from "@actions/cache";
import { parseBooleanInput, buildBaseConfig } from "./utils.js";

async function fetchCache() {
try {
Expand Down
1 change: 0 additions & 1 deletion node_modules/.bin/protoc

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/protoc-gen-dump

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/protoc-gen-ts

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/tsc

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/tsserver

This file was deleted.

1 change: 0 additions & 1 deletion node_modules/.bin/uuid

This file was deleted.

827 changes: 185 additions & 642 deletions node_modules/.package-lock.json

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion node_modules/@actions/cache/lib/cache.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

185 changes: 107 additions & 78 deletions node_modules/@actions/cache/lib/cache.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node_modules/@actions/cache/lib/cache.js.map

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading