ci: update the checks #140

Merged
matous-volf merged 1 commits from ci/checks-update into main 2026-03-05 13:03:22 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 5083c794cf - Show all commits

View File

@@ -22,7 +22,7 @@ jobs:
with:
python-version: "3.13.1"
- name: Rust toolchain installation
uses: dtolnay/rust-toolchain@9bc92bc5598b4f3bec5d910d352094982cb0c3b9 # 1.92.0
uses: dtolnay/rust-toolchain@c2b55edffaf41a251c410bb32bed22afefa800f1 # 1.92.0
- name: code checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:

View File

@@ -26,7 +26,7 @@ jobs:
libwebkit2gtk-4.1-dev=2.50.4-0ubuntu0.22.04.1
libxdo-dev=1:3.20160805.1-4
- name: Rust toolchain installation
uses: dtolnay/rust-toolchain@9bc92bc5598b4f3bec5d910d352094982cb0c3b9 # 1.92.0
uses: dtolnay/rust-toolchain@c2b55edffaf41a251c410bb32bed22afefa800f1 # 1.92.0
with:
components: clippy, rustfmt
- name: code checkout