Skip to content

Commit dd6364b

Browse files
committed
Update GitHub workflow actions.
1 parent d0f0c62 commit dd6364b

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
steps:
1414
-
1515
name: Checkout
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
-
1818
name: Install Nix
1919
uses: cachix/install-nix-action@v31
2020
with:
21-
nix_path: nixpkgs=channel:nixos-25.05
21+
nix_path: nixpkgs=channel:nixos-25.11
2222
-
2323
name: Cargo cache
24-
uses: actions/cache@v4
24+
uses: actions/cache@v5
2525
with:
2626
path: |
2727
~/.cargo/bin/
@@ -41,15 +41,15 @@ jobs:
4141
steps:
4242
-
4343
name: Checkout
44-
uses: actions/checkout@v5
44+
uses: actions/checkout@v6
4545
-
4646
name: Install Nix
4747
uses: cachix/install-nix-action@v31
4848
with:
49-
nix_path: nixpkgs=channel:nixos-25.05
49+
nix_path: nixpkgs=channel:nixos-25.11
5050
-
5151
name: Cargo cache
52-
uses: actions/cache@v4
52+
uses: actions/cache@v5
5353
with:
5454
path: |
5555
~/.cargo/bin/

0 commit comments

Comments
 (0)