Skip to content

Commit aab34d6

Browse files
committed
fix: bad auto update
2 parents acfa84d + c50de4a commit aab34d6

File tree

11 files changed

+328
-423
lines changed

11 files changed

+328
-423
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
matrix:
1010
os: [ubuntu-latest] #, macos-latest, windows-latest]
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- name: Install latest nightly
1414
uses: actions-rs/toolchain@v1
1515
with:

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ public
1414
.git
1515
target
1616
.DS_Store
17+
grafana/data

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22

.rsyncignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ opam.dev.deps.sh
2323
rad.ts
2424
target
2525
ui
26+
grafana/data

0 commit comments

Comments
 (0)