Skip to content

Commit 9d327c2

Browse files
committed
Update Nix channel + GitHub workflow actions.
1 parent 912cb8a commit 9d327c2

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ jobs:
1313
steps:
1414
-
1515
name: Checkout
16-
uses: actions/checkout@v4
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/
@@ -53,15 +53,15 @@ jobs:
5353
steps:
5454
-
5555
name: Checkout
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v6
5757
-
5858
name: Install Nix
5959
uses: cachix/install-nix-action@v31
6060
with:
61-
nix_path: nixpkgs=channel:nixos-25.05
61+
nix_path: nixpkgs=channel:nixos-25.11
6262
-
6363
name: Cargo cache
64-
uses: actions/cache@v4
64+
uses: actions/cache@v5
6565
with:
6666
path: |
6767
~/.cargo/bin/
@@ -78,7 +78,7 @@ jobs:
7878
run: nix-shell --command "make dist-${{ matrix.target }}"
7979
-
8080
name: Configure AWS credentials
81-
uses: aws-actions/configure-aws-credentials@v4
81+
uses: aws-actions/configure-aws-credentials@v5
8282
with:
8383
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
8484
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

shell.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-25.05.tar.gz") {} }:
1+
{ pkgs ? import (fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-25.11.tar.gz") {} }:
22

33
pkgs.mkShell {
44
buildInputs = [

0 commit comments

Comments
 (0)