Skip to content

Commit f6ca1ee

Browse files
committed
update and rework project
1 parent bf12566 commit f6ca1ee

File tree

12 files changed

+1576
-850
lines changed

12 files changed

+1576
-850
lines changed

.github/workflows/nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
name: Check flake and upload build cache
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v4
12-
- uses: cachix/install-nix-action@v22
11+
- uses: actions/checkout@v5
12+
- uses: cachix/install-nix-action@v31
1313
with:
1414
github_access_token: ${{ secrets.GITHUB_TOKEN }}
1515

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Check and test Rust code
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010
- uses: dtolnay/rust-toolchain@stable
1111
with:
1212
components: rustfmt, clippy

0 commit comments

Comments
 (0)