We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2ed41 commit e02f881Copy full SHA for e02f881
2 files changed
.github/workflows/deps.yaml
@@ -0,0 +1,17 @@
1
+name: deps
2
+
3
+on:
4
+ schedule:
5
+ - cron: "0 23 * * *"
6
7
+jobs:
8
+ update:
9
+ runs-on: ubuntu-latest
10
11
+ steps:
12
+ - uses: williamhorning/deno-outdated-action@v1
13
+ with:
14
+ branch_name: "bump-version"
15
+ commit_message: "chores: update Deno dependencies"
16
+ deno_version: "2.x"
17
+ pull_request_title: "chore: update Deno dependencies"
.github/workflows/jsr.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Install Deno
26
uses: denolib/setup-deno@master
27
with:
28
- deno-version: 1.x.x
+ deno-version: 2.x.x
29
30
- name: Log versions
31
run: |
0 commit comments