ci/check: update actions

This commit is contained in:
Gaetan Lepage 2024-01-03 17:30:00 +01:00 committed by Gaétan Lepage
parent b76d8e7011
commit 6cfffc82ee

View file

@ -9,12 +9,12 @@ jobs:
name: Check that the module is valid name: Check that the module is valid
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- uses: cachix/install-nix-action@v20 - uses: cachix/install-nix-action@v20
with: with:
nix_path: nixpkgs=channel:nixos-unstable nix_path: nixpkgs=channel:nixos-unstable
github_access_token: ${{ secrets.GITHUB_TOKEN }} github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: cachix/cachix-action@v12 - uses: cachix/cachix-action@v13
with: with:
name: nix-community name: nix-community
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}' authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'