diff options
| author | 2025-05-07 15:11:59 +0200 | |
|---|---|---|
| committer | 2025-05-07 15:41:00 +0200 | |
| commit | cc5c6a5d71a317ed4b0ad776842d1d0655f72d0a (patch) | |
| tree | de6972e86893dad79e2d1eee88fc64d0dfdb4f06 /.github/workflows/docs.yml | |
| parent | doc: Don't autogenerate the README (diff) | |
| download | zig-clap-cc5c6a5d71a317ed4b0ad776842d1d0655f72d0a.tar.gz zig-clap-cc5c6a5d71a317ed4b0ad776842d1d0655f72d0a.tar.xz zig-clap-cc5c6a5d71a317ed4b0ad776842d1d0655f72d0a.zip | |
chore: Update setup-zig to v2
Diffstat (limited to '.github/workflows/docs.yml')
| -rw-r--r-- | .github/workflows/docs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 689ecdb..0432159 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml | |||
| @@ -20,7 +20,7 @@ jobs: | |||
| 20 | runs-on: ubuntu-latest | 20 | runs-on: ubuntu-latest |
| 21 | steps: | 21 | steps: |
| 22 | - uses: actions/checkout@v4 | 22 | - uses: actions/checkout@v4 |
| 23 | - uses: mlugg/setup-zig@v1 | 23 | - uses: mlugg/setup-zig@v2 |
| 24 | with: | 24 | with: |
| 25 | version: master | 25 | version: master |
| 26 | - name: Build | 26 | - name: Build |