Merge pull request #216 from nix-community/dependabot/github_actions/cachix/install-nix-action-20

This commit is contained in:
Lassulus 2023-03-06 19:41:59 +05:30 committed by GitHub
commit ee68d72122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
with:
# Nix Flakes doesn't work on shallow clones
fetch-depth: 0
- uses: cachix/install-nix-action@v19
- uses: cachix/install-nix-action@v20
- name: List flake structure
run: nix flake show
- name: Run unit tests (flake)

View File

@ -11,7 +11,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install Nix
uses: cachix/install-nix-action@v19
uses: cachix/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Update flake.lock