diff --git a/README.md b/README.md index f85713e1..ea3c7ada 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Support for multiple documents is provided by the `multidoc` attribute (default: ``` - name: yamler - uses: juliojimenez/yamler@v1.0.8 + uses: juliojimenez/yamler@v1.0.9 id: yamler with: yaml-file: "example.yaml" diff --git a/package.json b/package.json index 070c9ee6..a3111049 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yamler", - "version": "1.0.8", + "version": "1.0.9", "description": "YAML Parsing GitHub Action", "main": "build/main.js", "scripts": {