Update .gitea/workflows/ci.yml
This commit is contained in:
parent
b33189521b
commit
5061a15550
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: [ubuntu-24.04, amd64-builder]
|
runs-on: [ubuntu-24.04, amd64-builder]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
runs-on: [ubuntu-24.04, arm64-builder]
|
runs-on: [ubuntu-24.04, arm64-builder]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue