Skip to content

Commit a638335

Browse files
committed
Remove tool-cache
1 parent a822167 commit a638335

File tree

1 file changed

+0
-1
lines changed
  • .github/actions/src/playwright-cache

1 file changed

+0
-1
lines changed

.github/actions/src/playwright-cache/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import * as cache from '@actions/cache';
22
import * as core from '@actions/core';
33
import { exec, getExecOutput } from '@actions/exec';
44
import * as io from '@actions/io';
5-
import * as tc from '@actions/tool-cache';
65

76
interface YarnWhyEntry {
87
value: string;

0 commit comments

Comments
 (0)