update versions
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 8m28s
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 8m28s
This commit is contained in:
parent
5c7aed071f
commit
45d9a369ae
6 changed files with 8 additions and 8 deletions
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
uses: https://github.com/mlugg/setup-zig@v2.0.5
|
uses: https://codeberg.org/mlugg/setup-zig@v2.2.1
|
||||||
# We will let setup-zig use minimum_zig_version from build.zig.zon
|
# We will let setup-zig use minimum_zig_version from build.zig.zon
|
||||||
# setup-zig also sets up the zig cache appropriately
|
# setup-zig also sets up the zig cache appropriately
|
||||||
- name: Ulimit
|
- name: Ulimit
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: zig-mach
|
ref: zig-mach
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
uses: https://github.com/mlugg/setup-zig@v2.0.1
|
uses: https://codeberg.org/mlugg/setup-zig@v2.2.1
|
||||||
with:
|
with:
|
||||||
version: mach-latest
|
version: mach-latest
|
||||||
- name: Restore Zig caches
|
- name: Restore Zig caches
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: zig-develop
|
ref: zig-develop
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
uses: https://github.com/mlugg/setup-zig@v2.0.5
|
uses: https://codeberg.org/mlugg/setup-zig@v2.2.1
|
||||||
with:
|
with:
|
||||||
version: master
|
version: master
|
||||||
- name: Run smoke test
|
- name: Run smoke test
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ref: zig-0.14.x
|
ref: zig-0.14.x
|
||||||
- name: Setup Zig
|
- name: Setup Zig
|
||||||
uses: https://github.com/mlugg/setup-zig@v2.0.1
|
uses: https://codeberg.org/mlugg/setup-zig@v2.2.1
|
||||||
with:
|
with:
|
||||||
version: 0.14.0
|
version: 0.14.0
|
||||||
- name: Run smoke test
|
- name: Run smoke test
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[tools]
|
[tools]
|
||||||
pre-commit = "latest"
|
prek = "0.3.1"
|
||||||
"ubi:DonIsaac/zlint" = "latest"
|
"ubi:DonIsaac/zlint" = "0.7.9"
|
||||||
zig = "0.15.2"
|
zig = "0.15.2"
|
||||||
zls = "0.15.0"
|
zls = "0.15.1"
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
# See https://pre-commit.com/hooks.html for more hooks
|
# See https://pre-commit.com/hooks.html for more hooks
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v3.2.0
|
rev: v6.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue