Support toml spec 1.0.0 (#245)
Update Major Minor Tags / Make sure major and minor tags are up to date on a patch release (push) Has been cancelled
Update Major Minor Tags / Make sure major and minor tags are up to date on a patch release (push) Has been cancelled
iarna/toml is unmaintained. Replaced by smol-toml which is maintained and has the same api Fixes: #242
This commit is contained in:
committed by
GitHub
parent
4e3dbecc19
commit
b5f58b2abc
@@ -1,6 +1,6 @@
|
||||
import fs from "node:fs";
|
||||
import * as core from "@actions/core";
|
||||
import * as toml from "@iarna/toml";
|
||||
import * as toml from "smol-toml";
|
||||
|
||||
export function getUvVersionFromConfigFile(
|
||||
filePath: string,
|
||||
|
||||
Reference in New Issue
Block a user