Skip to content

Commit

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

0 comments on commit 47d4da9

Please sign in to comment.