Skip to content

Commit

Permalink
chore(deps): bump DeterminateSystems/nix-installer-action from 9 to 10 (
Browse files Browse the repository at this point in the history
#55)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 28, 2024
1 parent 2a5ada4 commit 9a6c133
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10

- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v4

Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@v4

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

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v9
uses: DeterminateSystems/nix-installer-action@v10

- name: Update lockfile
uses: DeterminateSystems/update-flake-lock@v21
Expand Down

0 comments on commit 9a6c133

Please sign in to comment.