4 Commits

Author SHA1 Message Date
Sebastian Rollen
b1b3628f55 bump version to 1.2.0 2024-01-27 12:00:25 -05:00
Sebastian Rollen
a13b3dd004 update to node 20 2024-01-27 11:55:36 -05:00
Sebastian Rollén
9062fbef52 Merge pull request #8 from lschmierer/patch-1
Update version in example to latest
2023-04-27 08:48:29 -04:00
Lukas Schmierer
d9237b1d71 Update version in example to latest 2023-04-19 17:17:59 +02:00
3 changed files with 3 additions and 4 deletions

View File

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

View File

@@ -14,6 +14,5 @@ outputs:
value:
description: 'The data stored in `field` inside `file`'
runs:
using: 'node16'
using: 'node20'
main: 'index.js'

View File

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