From 69fe1d77009ea327134b8b8cb675cf9a296a11a8 Mon Sep 17 00:00:00 2001 From: William Allen Date: Mon, 7 Oct 2024 12:21:05 -0500 Subject: [PATCH] ci: Update actions/checkout to v4 (#1544) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d9755f113d..a6b0efc5ee 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: libxtst libxkbcommon libdrm libinput wayland-protocols benchmark \ xorg-xwayland pipewire cmake \ libavif libheif aom rav1e libdecor libxdamage - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: recursive - name: Build with gcc