Skip to content

Commit

Permalink
Update the action file to use 0.27.0
Browse files Browse the repository at this point in the history
Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
  • Loading branch information
reid-spencer committed Oct 1, 2023
1 parent 60f57d6 commit d3f7a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/get-riddlc/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ runs:
distribution: 'temurin'
java-version: '17'
- run: |
version="0.26.0"
version="0.27.0"
wget --quiet https://github.com/reactific/riddl/releases/download/${version}/riddlc-${version}.zip
unzip riddlc-${version}.zip
export RIDDLC="$(pwd)/riddlc-${version}/bin"
Expand Down

0 comments on commit d3f7a15

Please sign in to comment.