update versions

This commit is contained in:
Emil Lerch 2026-02-04 17:18:36 -08:00
parent d71575c1f1
commit 97774c10c1
Signed by: lobo
GPG key ID: A7B62D657EF764F8

View file

@ -12,7 +12,7 @@ jobs:
steps: steps:
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event" - run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event"
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v4
- name: List files in the repository - name: List files in the repository
run: | run: |
ls ${{ github.workspace }} ls ${{ github.workspace }}
@ -32,7 +32,7 @@ jobs:
if: steps.cache.outputs.cache-hit == 'true' if: steps.cache.outputs.cache-hit == 'true'
run: cat cached run: cat cached
- name: Setup zig - name: Setup zig
uses: https://github.com/mlugg/setup-zig@v1.2.1 uses: https://codeberg.org/mlugg/setup-zig@v2.2.1
with: with:
version: 0.14.0 version: 0.14.0
# - name: Sign # - name: Sign