Skip to content

Commit

Permalink
Bump version of cachix actions (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
BinderDavid authored Oct 19, 2023
1 parent ac8eb37 commit 3d59329
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
with:
persist-credentials: false

- uses: cachix/install-nix-action@v15
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v10
- uses: cachix/cachix-action@v12
with:
name: mpickering
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
Expand All @@ -36,10 +36,10 @@ jobs:

- name: Git LFS Pull
run: git lfs pull
- uses: cachix/install-nix-action@v15
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v10
- uses: cachix/cachix-action@v12
with:
name: mpickering
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
Expand Down

0 comments on commit 3d59329

Please sign in to comment.