Skip to content

Commit

Permalink
chore(deps): update dependency reviewdog/reviewdog to v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 17, 2024
1 parent 65c9e1e commit b934791
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.1";
let dir = "proto/rdf/jsonschema";
format!(
"https://raw.githubusercontent.com/{}/{}/{}/{}",
Expand Down

0 comments on commit b934791

Please sign in to comment.