diff --git a/README.md b/README.md index ed70d3e..db19050 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Turtle-Hook -This updates a SPARQL-Endpoint to reflect the changes of the content of RDF-Turtle files in a Github repository. +This updates a SPARQL-Endpoint to reflect the changes of the content of +RDF-Turtle files in a Github repository. -It uses [ghact](https://deno.land/x/ghact) to provide a webhook and a web/rest interface. \ No newline at end of file +It uses [ghact](https://deno.land/x/ghact) to provide a webhook and a web/rest +interface. diff --git a/src/deps.ts b/src/deps.ts index 72d659e..81436f9 100644 --- a/src/deps.ts +++ b/src/deps.ts @@ -3,4 +3,4 @@ export { GHActServer, GHActWorker, type Job, -} from "https://deno.land/x/ghact@1.2.1/mod.ts"; +} from "https://deno.land/x/ghact@1.2.2/mod.ts";