mirror of
https://github.com/labwc/labwc.git
synced 2026-06-13 14:33:18 -04:00
build.yml: Update actions/checkout to v4
v6 requires some node-24 compatibility which breaks things.
This commit is contained in:
parent
579e532908
commit
88fd69237c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
name: CodeStyleCheck
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: actions/checkout@v4
|
||||
- name: Code Style
|
||||
run: |
|
||||
./scripts/check
|
||||
|
|
@ -76,7 +76,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