Skip to content

Commit

Permalink
Merge pull request #68 from planet-a-ventures/renovate/determinatesys…
Browse files Browse the repository at this point in the history
…tems-nix-installer-action-16.x

chore(deps): update determinatesystems/nix-installer-action action to v16
  • Loading branch information
planet-a-dev authored Nov 19, 2024
2 parents 9e0cf67 + 9df3d32 commit 8dd03eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Check Nix flake Nixpkgs inputs
uses: DeterminateSystems/flake-checker-action@main
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Get tag version
if: startsWith(github.ref, 'refs/tags/')
Expand All @@ -69,7 +69,7 @@ jobs:
needs: build
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Install direnv with Nix
uses: aldoborrero/direnv-nix-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@v14
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v8
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@main
Expand Down

0 comments on commit 8dd03eb

Please sign in to comment.