Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Commit

Permalink
Update dependencies (#54)
Browse files Browse the repository at this point in the history
Dependencies updated by [udd](https://github.com/hayd/deno-udd).
  • Loading branch information
github-actions[bot] authored Feb 24, 2023
1 parent 3399f61 commit f7ab35d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/giteaVersion.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { SemVer } from "https://deno.land/std@0.177.0/semver/mod.ts";
import { SemVer } from "https://deno.land/std@0.178.0/semver/mod.ts";

export class GiteaVersion {
majorMinorVersion: string;
Expand Down
2 changes: 1 addition & 1 deletion src/github.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as semver from "https://deno.land/std@0.177.0/semver/mod.ts";
import * as semver from "https://deno.land/std@0.178.0/semver/mod.ts";
import { getPrBranchName } from "./git.ts";
import { GiteaVersion } from "./giteaVersion.ts";

Expand Down
2 changes: 1 addition & 1 deletion src/webhook.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { serve } from "https://deno.land/std@0.177.0/http/server.ts";
import { serve } from "https://deno.land/std@0.178.0/http/server.ts";
import { triggerBackportAction } from "./github.ts";

if (Deno.env.get("BACKPORTER_GITHUB_TOKEN") === undefined) {
Expand Down

0 comments on commit f7ab35d

Please sign in to comment.