Skip to content

Commit

Permalink
Merge pull request #5 from tcarrio/dependabot/github_actions/Determin…
Browse files Browse the repository at this point in the history
…ateSystems/nix-installer-action-7

chore(deps): bump DeterminateSystems/nix-installer-action from 6 to 7
  • Loading branch information
tcarrio authored Nov 26, 2023
2 parents 0d9abd2 + 149e684 commit 01fa8a9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v6
- uses: DeterminateSystems/nix-installer-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Build Console ISO
run: |
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v6
- uses: DeterminateSystems/nix-installer-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Build Desktop ISO
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deadnix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v6
- uses: DeterminateSystems/nix-installer-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: astro/deadnix-action@v1
2 changes: 1 addition & 1 deletion .github/workflows/flake-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v6
- uses: DeterminateSystems/nix-installer-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: DeterminateSystems/flake-checker-action@v5
2 changes: 1 addition & 1 deletion .github/workflows/lock-updater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: DeterminateSystems/nix-installer-action@v6
- uses: DeterminateSystems/nix-installer-action@v7
- uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: DeterminateSystems/update-flake-lock@v20
with:
Expand Down

0 comments on commit 01fa8a9

Please sign in to comment.