From 2afdc3aada36f9da1d693a607fb2565b6b05db73 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 26 May 2024 00:08:31 +0200 Subject: [PATCH] deforaos-c-ci_ubuntu-latest: use checkout v4 --- .github/workflows/deforaos-c-ci_ubuntu-latest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deforaos-c-ci_ubuntu-latest.yml b/.github/workflows/deforaos-c-ci_ubuntu-latest.yml index ae46574..a32577b 100644 --- a/.github/workflows/deforaos-c-ci_ubuntu-latest.yml +++ b/.github/workflows/deforaos-c-ci_ubuntu-latest.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: bootstrap libSystem run: git clone https://github.com/DeforaOS/libSystem.git libSystem && for dir in include data src; do (cd libSystem/$dir && make PREFIX="$HOME/opt/DeforaOS" install); done - name: bootstrap configure