Skip to content

Commit

Permalink
actuins/main: downgrade reviewdog
Browse files Browse the repository at this point in the history
  • Loading branch information
thypon authored Jun 24, 2024
1 parent a5e1fdd commit cd73fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/main/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ runs:
- if: ${{ steps.reviewdog-enabled.outputs.result == 'true' }}
uses: reviewdog/action-setup@3f401fe1d58fe77e10d665ab713057375e39b887 # v1.3.0
with:
reviewdog_version: latest # Optional. [latest,nightly,v.X.Y.Z]
reviewdog_version: v0.18.0 # Optional. [latest,nightly,v.X.Y.Z]
- if: ${{ steps.reviewdog-enabled.outputs.result == 'true' }}
name: Setup Ruby
id: ruby
Expand Down

0 comments on commit cd73fe3

Please sign in to comment.