Skip to content

Commit

Permalink
docs: update version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mknet3 authored Mar 25, 2023
1 parent 1a26d8a commit a3ff367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-tools/yaml-outputs@v1
- uses: actions-tools/yaml-outputs@v2
id: yaml
with:
file-path: '.github/test-file.yaml'
Expand All @@ -74,4 +74,4 @@ jobs:
echo "${{ steps.yaml.outputs.root__parent__child_2 }}"
echo "${{ env.root__parent__child_1 }}"
echo "${{ env.root__parent__child_2 }}"
```
```

0 comments on commit a3ff367

Please sign in to comment.