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