2 Commits
v1.2.0 ... main

Author SHA1 Message Date
Sebastian Rollén
4cdab426d5 Update README with latest version 2024-04-05 09:35:50 -04:00
Sebastian Rollén
4ff8693875 Merge pull request #15 from SebRollen/node-20
update to node 20
2024-01-27 11:58:51 -05:00
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ The value stored inside `file` at key `field`.
## Example usage
```
uses: SebRollen/toml-action@v1.0.2
uses: SebRollen/toml-action@v1.2.0
id: read_toml
with:
file: 'myfile.toml'

View File

@@ -1,6 +1,6 @@
{
"name": "toml-action",
"version": "1.2.0",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {