From 8bef6655d843b62aa2cdb646e69f1972fa48c1e6 Mon Sep 17 00:00:00 2001 From: Alessio Molinari Date: Wed, 12 Jun 2024 23:19:14 +0200 Subject: [PATCH] ci: update hyprland and wayland-scanner version --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 90e7091..64b27a0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,8 +28,8 @@ jobs: if: github.ref == 'refs/heads/main'|| github.base_ref == 'main' with: INSTALL_XORG_PKGS: true - branch: 'v0.40.0' - hyprwayland: 'v0.3.4' + branch: 'v0.41.0' + hyprwayland: 'v0.3.10' - name: Setup base on dev uses: ./.github/actions/setup_base