Skip to content

Commit

Permalink
build(deps): bump DeterminateSystems/nix-installer-action from 12 to …
Browse files Browse the repository at this point in the history
…13 (#121)
  • Loading branch information
dependabot[bot] authored Aug 4, 2024
1 parent 5a2257e commit 6fbbab7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
- name: Install a flaked Nix
uses: DeterminateSystems/nix-installer-action@v12
uses: DeterminateSystems/nix-installer-action@v13
- name: Create snapshots
run: nix develop -c goreleaser release --clean --snapshot --skip=publish --config .goreleaser.staging.yml
- name: Collect the current version
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
CERTIFICATE_PASSWORD: ${{ secrets.CERTIFICATE_PASSWORD }}
KEYCHAIN_PASSWORD: ${{ secrets.KEYCHAIN_PASSWORD }}
- name: Install a flaked Nix
uses: DeterminateSystems/nix-installer-action@v12
uses: DeterminateSystems/nix-installer-action@v13
- name: Create releases
run: nix develop .#gon -c goreleaser release --clean --config .goreleaser.release.yml
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
fetch-depth: 0
- name: Install a flaked Nix
uses: DeterminateSystems/nix-installer-action@v12
uses: DeterminateSystems/nix-installer-action@v13
- name: Install dependencies
run: nix develop -c go get
- name: Check formatting
Expand All @@ -39,7 +39,7 @@ jobs:
run: uname -a | grep NixOS
- name: Install a flaked Nix
if: steps.nixos.outcome != 'success'
uses: DeterminateSystems/nix-installer-action@v12
uses: DeterminateSystems/nix-installer-action@v13
- name: Clean the environment
run: nix develop -c make clean
- name: Prepare the program
Expand Down

0 comments on commit 6fbbab7

Please sign in to comment.