Skip to content

Commit 9610d46

Browse files
Merge #23
23: Bump cachix/install-nix-action from 18 to 19 r=Mic92 a=dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 7ed2bcf + 50ca28c commit 9610d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v3
17-
- uses: cachix/install-nix-action@v18
17+
- uses: cachix/install-nix-action@v19
1818
- run: nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz --pure -p gox -p go --run "gox -osarch '!darwin/386' ."
1919
tests:
2020
strategy:
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ${{ matrix.os }}
2727
steps:
2828
- uses: actions/checkout@v3
29-
- uses: cachix/install-nix-action@v18
29+
- uses: cachix/install-nix-action@v19
3030
with:
3131
nix_path: "${{ matrix.nixPath }}"
3232
- name: Build nix packages

0 commit comments

Comments
 (0)