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
|
name: CodeStyleCheck
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v4
|
||||||
- name: Code Style
|
- name: Code Style
|
||||||
run: |
|
run: |
|
||||||
./scripts/check
|
./scripts/check
|
||||||
|
|
@ -76,7 +76,7 @@ jobs:
|
||||||
container: ${{ matrix.container }}
|
container: ${{ matrix.container }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install Arch Linux dependencies
|
- name: Install Arch Linux dependencies
|
||||||
if: matrix.name == 'Arch'
|
if: matrix.name == 'Arch'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue