Skip to content

Commit

Permalink
feat(github): use fixed version for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelreyrol committed Jan 22, 2025
1 parent 51c5301 commit f58742b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ jobs:
- name: Set up Git repository
uses: actions/checkout@v4

- name: Install the Nix package manager
uses: cachix/install-nix-action@v30
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v16

- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v9

- name: Flake Check
run: nix flake check
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v16

- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v9

- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v24
with:
Expand Down

0 comments on commit f58742b

Please sign in to comment.