From 6027c77a5e2048cb40961039e3015687408ff712 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Nov 2025 16:55:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/archlinux-build-wlroots-19.yaml | 2 +- .github/workflows/reuse-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/archlinux-build-wlroots-19.yaml b/.github/workflows/archlinux-build-wlroots-19.yaml index c073d20f7..797d6d060 100644 --- a/.github/workflows/archlinux-build-wlroots-19.yaml +++ b/.github/workflows/archlinux-build-wlroots-19.yaml @@ -24,7 +24,7 @@ jobs: pacman -Syu --noconfirm --noprogressbar base-devel qt6-base qt6-declarative cmake pkgconfig pixman vulkan-headers wlroots0.19 wayland-protocols wlr-protocols git pacman -Syu --noconfirm --noprogressbar clang ninja make pacman -Syu --noconfirm --noprogressbar fakeroot meson sudo - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: submodules: true - name: Configure CMake diff --git a/.github/workflows/reuse-check.yml b/.github/workflows/reuse-check.yml index d7a82d8e8..fadcf51af 100644 --- a/.github/workflows/reuse-check.yml +++ b/.github/workflows/reuse-check.yml @@ -9,6 +9,6 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: REUSE Compliance Check uses: fsfe/reuse-action@v5