Compare commits
3 Commits
e6e658e014
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
| cc4a8f3836 | |||
| 7371bd2ea9 | |||
| a4679d62cf |
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@@ -7,14 +7,14 @@ on:
|
||||
jobs:
|
||||
check:
|
||||
name: Run lints & tests
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup rust
|
||||
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
|
||||
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
|
||||
id: toolchain
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
@@ -11,10 +11,10 @@ cmd_lib = "1.9.3"
|
||||
confy = "0.6.1"
|
||||
ctrlc = "3.4.4"
|
||||
directories = "5.0.1"
|
||||
dirs-sys = "0.4.1"
|
||||
dirs-sys = "0.5.0"
|
||||
eyre = "0.6.12"
|
||||
nix = { version = "0.29.0", features = ["process", "signal", "user"] }
|
||||
rand = "0.8.5"
|
||||
nix = { version = "0.30.0", features = ["process", "signal", "user"] }
|
||||
rand = "0.9.0"
|
||||
serde = { version = "1.0.200", features = ["derive"] }
|
||||
serde_json = "1.0.116"
|
||||
spinoff = "0.8.0"
|
||||
|
||||
Reference in New Issue
Block a user