We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea01917 + 058c74b commit 448ea88Copy full SHA for 448ea88
1 file changed
.github/workflows/test.yml
@@ -6,7 +6,7 @@ jobs:
6
tests:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
10
- uses: cachix/install-nix-action@v31.8.2
11
- run: nix-build -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz
12
- run: nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz ./ci.nix --command 'true'
0 commit comments