Compare commits
3 Commits
e6e658e014
...
renovate/a
| Author | SHA1 | Date | |
|---|---|---|---|
| d76bc887e4 | |||
| 7371bd2ea9 | |||
| a4679d62cf |
6
.github/workflows/main.yaml
vendored
6
.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
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Setup rust
|
||||
uses: dtolnay/rust-toolchain@56f84321dbccf38fb67ce29ab63e4754056677e0
|
||||
uses: dtolnay/rust-toolchain@b3b07ba8b418998c39fb20f53e8b695cdcc8de1b
|
||||
id: toolchain
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
Reference in New Issue
Block a user