mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-17 17:10:07 +00:00
Bump biome to v2 (#515)
This commit is contained in:
parent
1463845d3c
commit
4109b4033f
27 changed files with 13393 additions and 10945 deletions
|
|
@ -1,14 +1,12 @@
|
|||
import * as semver from "semver";
|
||||
import * as core from "@actions/core";
|
||||
import { Octokit } from "./utils/octokit";
|
||||
|
||||
import { OWNER, REPO } from "./utils/constants";
|
||||
|
||||
import * as semver from "semver";
|
||||
import { updateChecksums } from "./download/checksum/update-known-checksums";
|
||||
import {
|
||||
updateVersionManifest,
|
||||
getLatestKnownVersion,
|
||||
updateVersionManifest,
|
||||
} from "./download/version-manifest";
|
||||
import { OWNER, REPO } from "./utils/constants";
|
||||
import { Octokit } from "./utils/octokit";
|
||||
|
||||
async function run(): Promise<void> {
|
||||
const checksumFilePath = process.argv.slice(2)[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue