File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- import { SemVer } from "https://deno.land/std@0.180 .0/semver/mod.ts" ;
1
+ import { SemVer } from "https://deno.land/std@0.181 .0/semver/mod.ts" ;
2
2
3
3
export class GiteaVersion {
4
4
majorMinorVersion : string ;
Original file line number Diff line number Diff line change 1
- import * as semver from "https://deno.land/std@0.180 .0/semver/mod.ts" ;
1
+ import * as semver from "https://deno.land/std@0.181 .0/semver/mod.ts" ;
2
2
import { getPrBranchName } from "./git.ts" ;
3
3
import { GiteaVersion } from "./giteaVersion.ts" ;
4
4
Original file line number Diff line number Diff line change 1
- import { serve } from "https://deno.land/std@0.180 .0/http/server.ts" ;
1
+ import { serve } from "https://deno.land/std@0.181 .0/http/server.ts" ;
2
2
import { triggerBackportAction } from "./github.ts" ;
3
3
4
4
if ( Deno . env . get ( "BACKPORTER_GITHUB_TOKEN" ) === undefined ) {
You can’t perform that action at this time.
0 commit comments