update versions
This commit is contained in:
parent
d71575c1f1
commit
97774c10c1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue