Skip to content

Commit

Permalink
Merge pull request #28 from michaelvanstraten/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/cachix/install-nix-action-30

Bump cachix/install-nix-action from 29 to 30
  • Loading branch information
michaelvanstraten authored Oct 13, 2024
2 parents 489416f + fe84668 commit 94dcd25
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 @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v29
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v29
uses: cachix/install-nix-action@v30
with:
nix_path: nixpkgs=channel:nixos-unstable

Expand Down

0 comments on commit 94dcd25

Please sign in to comment.