File tree 4 files changed +16
-6
lines changed
4 files changed +16
-6
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ # Enable version updates for GitHub action workflows
4
+ - package-ecosystem : " github-actions"
5
+ directory : " /"
6
+ # Check for updates to GitHub Actions every weekday
7
+ schedule :
8
+ interval : " daily"
9
+ time : " 19:00"
10
+ open-pull-requests-limit : 10
Original file line number Diff line number Diff line change 8
8
ci :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
12
- - uses : actions/cache@v3
11
+ - uses : actions/checkout@v4
12
+ - uses : actions/cache@v4
13
13
with :
14
14
path : ~/.cache/yarn/v6
15
15
key : ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
22
22
nofixups :
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
- run : git submodule update --init
27
27
- run : COLOR=1 ./ci/sub/bin/nofixups.sh
28
28
env :
Original file line number Diff line number Diff line change 11
11
ci :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
15
- - uses : actions/cache@v3
14
+ - uses : actions/checkout@v4
15
+ - uses : actions/cache@v4
16
16
with :
17
17
path : ~/.cache/yarn/v6
18
18
key : ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ digraph "Linux_kernel_diagram" {
118
118
119
119
Imagine if you couldn't separate HTML and CSS and it all had to be inlined.
120
120
121
- Of course, good aesthetics are essential to good documentation. D2 certianly prioritizes
121
+ Of course, good aesthetics are essential to good documentation. D2 certainly prioritizes
122
122
aesthetics, but it must be decoupled with the content.
123
123
124
124
D2 is the only language that allows you to define just nodes and edges, and import all the
You can’t perform that action at this time.
0 commit comments