5 Commits
v1.0.2 ... 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
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
2 changed files with 2 additions and 3 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.2.0
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'