Skip to content

Commit

Permalink
Merge pull request #683 from cryspen/dependabot/github_actions/Determ…
Browse files Browse the repository at this point in the history
…inateSystems/nix-installer-action-16

Bump DeterminateSystems/nix-installer-action from 13 to 16
  • Loading branch information
franziskuskiefer authored Dec 4, 2024
2 parents b2b9c4e + e4a1424 commit de44bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flake-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ inputs.branch }}
- uses: DeterminateSystems/nix-installer-action@v13
- uses: DeterminateSystems/nix-installer-action@v16
- name: update `flake.lock`
run: nix flake update
- name: commit
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
nix:
runs-on: ubuntu-latest
steps:
- uses: DeterminateSystems/nix-installer-action@v13
- uses: DeterminateSystems/nix-installer-action@v16
- uses: DeterminateSystems/magic-nix-cache-action@v7
- name: Install & configure Cachix
shell: bash
Expand Down

0 comments on commit de44bdb

Please sign in to comment.