Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 9736265

Browse files
authored
Merge pull request #85 from nix-community/dependabot/github_actions/cachix/install-nix-action-17
Bump cachix/install-nix-action from 16 to 17
2 parents 4d1024c + 4578747 commit 9736265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
os: [ubuntu-latest, macos-latest]
1111
steps:
1212
- uses: actions/checkout@v3
13-
- uses: cachix/install-nix-action@v16
13+
- uses: cachix/install-nix-action@v17
1414
- run: nix build --extra-experimental-features nix-command -L -f . -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/nixpkgs-unstable.tar.gz --show-trace

0 commit comments

Comments
 (0)