Skip to content

Commit

Permalink
Upgrade get-riddlc action to 0.27.7
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 Nov 18, 2023
1 parent bb8eb1d commit 3816aa8
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.27.6"
version="0.27.7"
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 3816aa8

Please sign in to comment.