From c66e022e7c4619870289d1a698d7e6c3768ea698 Mon Sep 17 00:00:00 2001 From: project-repo Date: Fri, 21 Apr 2023 22:48:58 +0200 Subject: [PATCH] Update checkout action --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a85afa2..2c2bd87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: steps: - run: pacman-key --init - run: pacman -Syu --noconfirm git sudo - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - run: git config --global --add safe.directory /__w/cagebreak/cagebreak - run: bash scripts/install-development-environment - run: meson setup build -Dxwayland=true -Dman-pages=true --buildtype=release