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 73b7efd commit c571946Copy full SHA for c571946
.github/workflows/docs.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Build docs website
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
23
- uses: mlugg/setup-zig@v2
24
with:
25
version: 0.14.0
.github/workflows/main.yml
@@ -13,7 +13,7 @@ jobs:
13
os: [ubuntu-latest, macos-latest, windows-latest]
14
runs-on: ${{ matrix.os }}
15
16
17
18
0 commit comments