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