There was an error while loading. Please reload this page.
1 parent e17a164 commit 3d1155eCopy full SHA for 3d1155e
README.md
@@ -33,8 +33,8 @@ jobs:
33
tests:
34
runs-on: ubuntu-latest
35
steps:
36
- - uses: actions/checkout@v2.4.0
37
- - uses: cachix/install-nix-action@v15
+ - uses: actions/checkout@v3
+ - uses: cachix/install-nix-action@v17
38
with:
39
nix_path: nixpkgs=channel:nixos-unstable
40
- run: nix-build
@@ -52,8 +52,8 @@ jobs:
52
53
54
55
56
57
58
extra_nix_config: |
59
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
0 commit comments