Skip to content

Commit

Permalink
Update dependency reviewdog/reviewdog to v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 11, 2024
1 parent 3340c6d commit 50b8a52
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.1";
let tag = "v0.17.2";
let dir = "proto/rdf/jsonschema";
format!(
"https://raw.githubusercontent.com/{}/{}/{}/{}",
Expand Down

0 comments on commit 50b8a52

Please sign in to comment.