Skip to content

Commit 964b18e

Browse files
committed
Remove unused import of 'path' in versions.js
- Deleted the import statement for 'path' as it was declared but never used, improving code clarity.
1 parent f4e6c94 commit 964b18e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/versions.js

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import fs from "fs/promises";
22
import * as core from "@actions/core";
33
import * as exec from "@actions/exec";
44
import { HttpClient } from "@actions/http-client";
5-
import path from "path";
65

76
export async function determineVersion(
87
version,

0 commit comments

Comments
 (0)