Compare commits
3 Commits
e6e658e014
...
renovate/d
| Author | SHA1 | Date | |
|---|---|---|---|
| 258bddf64b | |||
| 7371bd2ea9 | |||
| a4679d62cf |
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
@@ -7,14 +7,14 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
name: Run lints & tests
|
name: Run lints & tests
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-24.04
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Setup rust
|
- name: Setup rust
|
||||||
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
|
uses: dtolnay/rust-toolchain@6d653acede28d24f02e3cd41383119e8b1b35921
|
||||||
id: toolchain
|
id: toolchain
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
|
|||||||
Reference in New Issue
Block a user