Skip to content

Commit

Permalink
Merge pull request #9 from Mic92/dependabot/github_actions/Determinat…
Browse files Browse the repository at this point in the history
…eSystems/nix-installer-action-15

ci: bump DeterminateSystems/nix-installer-action from 14 to 15
  • Loading branch information
Mic92 authored Nov 4, 2024
2 parents 822a5a7 + bd11269 commit cf48929
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/nix-installer-action@v15

- run: nix -vL --show-trace flake check

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/nix-installer-action@v15

- run: nix -vL run --show-trace .#update

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/nix-installer-action@v15

- id: update-flake-lock
uses: DeterminateSystems/update-flake-lock@v24
Expand Down

0 comments on commit cf48929

Please sign in to comment.