File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change 1+ name : udd
2+
3+ on :
4+ schedule :
5+ - cron : " 0 0 * * *"
6+
7+ jobs :
8+ udd :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : actions/checkout@v2
12+ - uses : denoland/setup-deno@v1
13+ with :
14+ deno-version : " 1.x"
15+ - run : |
16+ make tools
17+ make update
18+ - uses : peter-evans/create-pull-request@v3
19+ with :
20+ commit-message : " :package: Update deno dependencies"
21+ title : " :package: Update deno dependencies"
22+ body : |
23+ Automated updates by [deno-udd](https://github.com/hayd/deno-udd)
24+ and [create-pull-request](https://github.com/peter-evans/create-pull-request)
25+ GitHub action
26+ branch : update-deno-dependencies
27+ author :
GitHub <[email protected] > 28+ delete-branch : true
Original file line number Diff line number Diff line change 1- export * from "https://deno.land/std@0.106 .0/testing/asserts.ts" ;
1+ export * from "https://deno.land/std@0.108 .0/testing/asserts.ts" ;
You can’t perform that action at this time.
0 commit comments