mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-07-12 11:04:21 -04:00
ci: update actions/checkout to v4 from v2
This commit is contained in:
parent
79e1e0dfaa
commit
6a02ae08d1
1 changed files with 71 additions and 71 deletions
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
|
|
@ -1,9 +1,9 @@
|
|||
name: Continuous integration build
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
|
||||
env:
|
||||
WLROOTS_VERSION: "0.20"
|
||||
|
|
@ -16,15 +16,15 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
CC: [ gcc, clang ]
|
||||
OS: [ "alpine:edge", "archlinux:base-devel" ]
|
||||
xwayland: [ enabled, disabled ]
|
||||
CC: [gcc, clang]
|
||||
OS: ["alpine:edge", "archlinux:base-devel"]
|
||||
xwayland: [enabled, disabled]
|
||||
container: ${{ matrix.OS }}
|
||||
env:
|
||||
CC: ${{ matrix.CC }}
|
||||
steps:
|
||||
- name: Checkout Cage
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install dependencies (Alpine)
|
||||
if: "matrix.OS == 'alpine:edge'"
|
||||
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
container: "archlinux:base-devel"
|
||||
steps:
|
||||
- name: Checkout Cage
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pacman-key --init
|
||||
|
|
@ -70,7 +70,7 @@ jobs:
|
|||
CC: clang
|
||||
steps:
|
||||
- name: Checkout Cage
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pacman-key --init
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue