chore: upgrade install-nix-action

This commit is contained in:
Edward Langley
2023-04-13 13:40:08 -07:00
parent a3724362b6
commit 3f27d70514

View File

@ -22,7 +22,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: cachix/install-nix-action@v15
- uses: cachix/install-nix-action@v19
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}