We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e6c94 commit 964b18eCopy full SHA for 964b18e
lib/versions.js
@@ -2,7 +2,6 @@ import fs from "fs/promises";
2
import * as core from "@actions/core";
3
import * as exec from "@actions/exec";
4
import { HttpClient } from "@actions/http-client";
5
-import path from "path";
6
7
export async function determineVersion(
8
version,
0 commit comments