Skip to content

Commit

Permalink
chore(deps): update dependency reviewdog/reviewdog to v0.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent 97007aa commit f6a2ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::path::Path;

fn schema_url(file: &str) -> String {
let repository = "reviewdog/reviewdog";
let tag = "v0.17.5";
let tag = "v0.20.2";
let dir = "proto/rdf/jsonschema";
format!(
"https://raw.githubusercontent.com/{}/{}/{}/{}",
Expand Down

0 comments on commit f6a2ad9

Please sign in to comment.