Skip to content

Commit

Permalink
chore(deps): update determinatesystems/nix-installer-action action to…
Browse files Browse the repository at this point in the history
… v15
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 3598fc5 commit 0c57864
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v14
uses: DeterminateSystems/nix-installer-action@v15
- name: Check flake
run: nix flake check -L
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v14
uses: DeterminateSystems/nix-installer-action@v15

- name: Install Cosign
uses: sigstore/[email protected]
Expand Down

0 comments on commit 0c57864

Please sign in to comment.