From 2b7fd9b8e223d63f99a0cc637deb81becc56d353 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vuka=C5=A1in=20Vojinovi=C4=87?= <150025636+git-f0x@users.noreply.github.com> Date: Thu, 16 Apr 2026 19:21:58 +0200 Subject: [PATCH] chore: update CI --- .github/workflows/ci.yml | 14 +++++++------- .github/workflows/validate-desktop-files.yml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d826e44..7c204e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,9 +15,9 @@ jobs: name: Rustfmt runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: install toolchain - run: rustup toolchain install 1.80.1 --component rustfmt + run: rustup toolchain install 1.90.0 --component rustfmt - name: fmt run: cargo fmt --all --check @@ -27,9 +27,9 @@ jobs: steps: - name: install system dependencies run: sudo apt-get update && sudo apt-get install lld cmake libclang-dev libexpat1-dev libfontconfig-dev libfreetype-dev libpipewire-0.3-dev libpulse-dev pkg-config libxkbcommon-dev libudev-dev libinput-dev libwayland-dev - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: install toolchain - run: rustup toolchain install 1.80.1 --component clippy + run: rustup toolchain install 1.90.0 --component clippy - name: clippy run: cargo clippy --all-features @@ -39,7 +39,7 @@ jobs: steps: - name: install system dependencies run: sudo apt-get update && sudo apt-get install lld cmake libclang-dev libexpat1-dev libfontconfig-dev libfreetype-dev libpipewire-0.3-dev libpulse-dev pkg-config libxkbcommon-dev libudev-dev libinput-dev libwayland-dev - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: install toolchain run: rustup show - name: test @@ -51,8 +51,8 @@ jobs: steps: - name: install system dependencies run: sudo apt-get update && sudo apt-get install lld cmake libclang-dev libexpat1-dev libfontconfig-dev libfreetype-dev libpipewire-0.3-dev libpulse-dev pkg-config libxkbcommon-dev libudev-dev libinput-dev libwayland-dev just - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - name: install toolchain run: rustup show - name: check features - run: just check-features \ No newline at end of file + run: just check-features diff --git a/.github/workflows/validate-desktop-files.yml b/.github/workflows/validate-desktop-files.yml index 1230268..a752e6e 100644 --- a/.github/workflows/validate-desktop-files.yml +++ b/.github/workflows/validate-desktop-files.yml @@ -18,7 +18,7 @@ jobs: image: ubuntu:25.10 steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install desktop-file-utils run: |