We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ed146 commit abc82c5Copy full SHA for abc82c5
1 file changed
.github/workflows/ci.yml
@@ -24,9 +24,9 @@ jobs:
24
runs-on: ubuntu-latest
25
steps:
26
- name: Checkout code
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
28
- name: Setup Zig
29
- uses: mlugg/setup-zig@v1
+ uses: mlugg/setup-zig@v2
30
with:
31
version: ${{ env.ZIG_VERSION }}
32
- name: Run check
@@ -49,9 +49,9 @@ jobs:
49
if: ${{ github.event_name == 'push' }}
50
51
52
53
54
55
56
57
- name: Build docs
0 commit comments