mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
Update build.yml
This commit is contained in:
parent
7e50c60b00
commit
c5b1169686
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
name: CodeStyleCheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v4
|
||||
- name: Code Style
|
||||
run: |
|
||||
./scripts/check
|
||||
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
container: ${{ matrix.container }}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install Arch Linux dependencies
|
||||
if: matrix.name == 'Arch'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue