Skip to content

Commit

Permalink
Use DeterminateSystems' action to install nix in the workflow to upda…
Browse files Browse the repository at this point in the history
…te the flake lock file.
  • Loading branch information
damianfral committed Mar 1, 2024
1 parent ae449ec commit afd1035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-flake-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- name: Checkout repository
uses: actions/[email protected]
- name: Install Nix
uses: cachix/install-nix-action@v25
uses: DeterminateSystems/nix-installer-action@main
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v21
uses: DeterminateSystems/update-flake-lock@main
with:
pr-title: "Update flake.lock ."
pr-labels: |
Expand Down

0 comments on commit afd1035

Please sign in to comment.