The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update GitHub Actions (#602)

authored by

Stephen Wade and committed by
GitHub
d335d035 30728090

+3 -3
+3 -3
.github/workflows/nix.yml
··· 10 10 docker-build: 11 11 runs-on: ubuntu-latest 12 12 steps: 13 - - uses: actions/checkout@v1 14 - - uses: cachix/install-nix-action@v12 15 - - uses: cachix/cachix-action@v7 13 + - uses: actions/checkout@v3 14 + - uses: cachix/install-nix-action@v18 15 + - uses: cachix/cachix-action@v12 16 16 with: 17 17 name: xe 18 18 - run: nix-build --no-out-link