File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,17 @@ jobs:
22
22
runs-on : ubuntu-latest
23
23
steps :
24
24
- name : Checkout
25
- uses : actions/checkout@v3
25
+ uses : actions/checkout@v4
26
26
- name : Setup Pages
27
- uses : actions/configure-pages@v2
28
- - uses : goto-bus-stop /setup-zig@v2
27
+ uses : actions/configure-pages@v5
28
+ - uses : mlugg /setup-zig@v1
29
29
with :
30
30
version : 0.14.0
31
31
- run : zig build-lib src/root.zig -femit-docs=docs -fno-emit-bin
32
32
- name : Upload artifact
33
- uses : actions/upload-pages-artifact@v1
33
+ uses : actions/upload-pages-artifact@v3
34
34
with :
35
35
path : ' docs'
36
36
- name : Deploy to GitHub Pages
37
37
id : deployment
38
- uses : actions/deploy-pages@v1
38
+ uses : actions/deploy-pages@v4
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout
13
- uses : actions/checkout@v3
14
- - uses : goto-bus-stop /setup-zig@v2
13
+ uses : actions/checkout@v4
14
+ - uses : mlugg /setup-zig@v1
15
15
with :
16
- version : 0.12 .0
16
+ version : 0.14 .0
17
17
- run : zig build test
Original file line number Diff line number Diff line change 1
1
.{
2
2
.name = .datetime ,
3
- .version = "0.0.4" ,
4
- .fingerprint = 0x93f3c6cab5757db5 , // Changing this has security and trust implications.
3
+ .version = "0.14.0" ,
5
4
.minimum_zig_version = "0.14.0" ,
5
+ .fingerprint = 0x93f3c6cab5757db5 , // Changing this has security and trust implications.
6
6
.paths = .{
7
7
"build.zig" ,
8
8
"build.zig.zon" ,
You can’t perform that action at this time.
0 commit comments